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:
committed by
Dietmar Maurer
parent
027eb2bbe6
commit
a65e3e4bc0
@ -8,6 +8,8 @@ mod task;
|
||||
pub use task::*;
|
||||
mod catalog;
|
||||
pub use catalog::*;
|
||||
mod snapshot;
|
||||
pub use snapshot::*;
|
||||
|
||||
pub mod key;
|
||||
|
||||
|
Reference in New Issue
Block a user