1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00

F #5075: add missing CLI options (#238)

This commit is contained in:
Alejandro Huertas Herrero 2020-09-22 17:15:57 +02:00 committed by GitHub
parent 38e2d6d95c
commit 9706e7652d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -574,7 +574,7 @@ CommandParser::CmdParser.new(ARGV) do
command [resource.chomp('s').to_sym, :list],
list_desc,
:options => [MODES, FORCE] do
:options => ONE_OPTIONS + [OpenNebulaHelper::DESCRIBE] do
helper.list_objects(resource.upcase, options)
end
end