X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=PVE%2FAPIClient%2FCommands%2Fremote.pm;fp=PVE%2FAPIClient%2FCommands%2Fremote.pm;h=5ca864abe088d6a94bad420ab06fb93430400568;hp=bd13e2b103f42dcfe530a06870a8710565eb213f;hb=4aba8d31fe4441125c4af295e67534797bb27bfb;hpb=a00bef992d68c429798d031ecd6dec7935cb381b diff --git a/PVE/APIClient/Commands/remote.pm b/PVE/APIClient/Commands/remote.pm index bd13e2b..5ca864a 100644 --- a/PVE/APIClient/Commands/remote.pm +++ b/PVE/APIClient/Commands/remote.pm @@ -206,10 +206,13 @@ our $cmddef = { add => [ __PACKAGE__, 'remote_add', ['name', 'host', 'username']], set => [ __PACKAGE__, 'remote_set', ['name']], delete => [ __PACKAGE__, 'remote_delete', ['name']], - list => [__PACKAGE__, 'remote_list', undef, {}, sub { - my ($data, $schema, $options) = @_; - PVE::APIClient::Helpers::print_ordered_result($remote_list_returns_properties, $data, $schema, $options); - }], + list => [__PACKAGE__, 'remote_list', undef, {}, + sub { + my ($data, $schema, $options) = @_; + PVE::APIClient::Helpers::print_ordered_result($remote_list_returns_properties, $data, $schema, $options); + }, + $PVE::APIClient::RESTHandler::standard_output_options, + ], }; 1;