src/bin/proxmox-backup-client.rs - list_snapshots: use format_and_print_result_full()

Depend on proxmox v0.1.14.
This commit is contained in:
Dietmar Maurer
2020-02-27 11:27:44 +01:00
parent af934f8cf6
commit f24fc1166b
3 changed files with 33 additions and 27 deletions

View File

@ -229,7 +229,7 @@ fn delete_snapshot(
},
)]
/// List backup snapshots.
fn list_snapshots (
pub fn list_snapshots (
param: Value,
_info: &ApiMethod,
_rpcenv: &mut dyn RpcEnvironment,