src/bin/proxmox-backup-client.rs: add simple task management cli

This commit is contained in:
Dietmar Maurer
2019-12-10 13:43:53 +01:00
parent 73e57f244e
commit 5830c20560
3 changed files with 105 additions and 5 deletions

View File

@ -178,10 +178,6 @@ fn list_tasks(
Ok(json!(result))
}
const UPID_SCHEMA: Schema = StringSchema::new("Unique Process/Task ID.")
.max_length(256)
.schema();
#[sortable]
const UPID_API_SUBDIRS: SubdirMap = &[
(