client: add 'snapshot notes show/update' command

to show and update snapshot notes from the cli

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2020-11-24 10:09:29 +01:00
committed by Dietmar Maurer
parent 027eb2bbe6
commit a65e3e4bc0
3 changed files with 129 additions and 0 deletions

View File

@ -8,6 +8,8 @@ mod task;
pub use task::*;
mod catalog;
pub use catalog::*;
mod snapshot;
pub use snapshot::*;
pub mod key;