lib/cloudstack-cli/commands/user.rb in cloudstack-cli-1.5.10 vs lib/cloudstack-cli/commands/user.rb in cloudstack-cli-1.5.12
- old
+ new
@@ -1,8 +1,8 @@
class User < CloudstackCli::Base
desc 'list', 'list users'
- option :listall
+ option :listall, type: :boolean, default: true
option :account
option :format, default: "table",
enum: %w(table json yaml)
def list
resolve_account