]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/main.rs
bin: use extract_output_format where necessary
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 30 Apr 2021 12:51:56 +0000 (14:51 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 3 May 2021 06:58:35 +0000 (08:58 +0200)
commit671c6a96e77b07fc0b1b13580eec81483800f498
treedba9a518f7979c107c7155c3d273f753c2ca70a7
parentf0d23e5370a8f31db81f2d75afd8425171892a35
bin: use extract_output_format where necessary

else we sometimes forget to remove it from the 'params' variable
and use that further, running into 'invalid parameter' errors

found by giving 'output-format' paramter to proxmox-tape status

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Cargo.toml
src/bin/proxmox-backup-client.rs
src/bin/proxmox-tape.rs