remove pbs-tools/src/cli.rs

Code is only used once in src/bin/proxmox_backup_debug/inspect.rs, so
move it into that file.

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer
2021-11-25 08:33:10 +01:00
parent 689ed51397
commit 0df179c2b4
3 changed files with 13 additions and 19 deletions

View File

@ -1,5 +1,4 @@
pub mod cert;
pub mod cli;
pub mod crypt_config;
pub mod format;
pub mod io;