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

@ -2110,6 +2110,7 @@ fn main() {
.insert("prune", prune_cmd_def)
.insert("restore", restore_cmd_def)
.insert("snapshots", snapshots_cmd_def)
.insert("snapshot", snapshot_mgtm_cli())
.insert("files", files_cmd_def)
.insert("status", status_cmd_def)
.insert("key", key::cli())