X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PVE%2FAPIClient%2FCommands%2Flist.pm;fp=PVE%2FAPIClient%2FCommands%2Flist.pm;h=f12ef8718766820e137f007708a9a3e6640f5600;hb=cbfba90bd8bd7ef135488c63d1f618e71572c53e;hp=db00da71256ffcdb78cd0bcea081f570db67c446;hpb=ef03892d0c7f134cb78f283e9a41daa2a9e026b2;p=pve-client.git diff --git a/PVE/APIClient/Commands/list.pm b/PVE/APIClient/Commands/list.pm index db00da7..f12ef87 100644 --- a/PVE/APIClient/Commands/list.pm +++ b/PVE/APIClient/Commands/list.pm @@ -20,13 +20,7 @@ __PACKAGE__->register_method ({ additionalProperties => 0, properties => { remote => get_standard_option('pveclient-remote-name'), - format => { - type => 'string', - description => 'Output format', - enum => [ 'table', 'json' ], - optional => 1, - default => 'table', - } + format => get_standard_option('pveclient-output-format'), }, }, returns => { type => 'null'},