move dump-catalog-shell-cli doc-helper to proxmox-backup-client crate

it's only used for generating the docs for the interactive-shell
parts of the client.

Ideally we'd avoid that whole separate binary in the first place and
let the client dump it, but we'd need to have some more elaborate
"hide this command from the help/usage" mechanisms in the CLI
helper/formatter code to make that play out more nicely.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-09-22 16:25:07 +02:00
parent 497a7b3f8e
commit a844fa0ba0
2 changed files with 1 additions and 1 deletions

View File

@ -179,6 +179,7 @@ $(COMPILED_BINS) $(COMPILEDIR)/dump-catalog-shell-cli $(COMPILEDIR)/docgen: .do-
--bin proxmox-backup-banner \ --bin proxmox-backup-banner \
--package proxmox-backup-client \ --package proxmox-backup-client \
--bin proxmox-backup-client \ --bin proxmox-backup-client \
--bin dump-catalog-shell-cli \
--bin proxmox-backup-debug \ --bin proxmox-backup-debug \
--package proxmox-file-restore \ --package proxmox-file-restore \
--bin proxmox-file-restore \ --bin proxmox-file-restore \
@ -190,7 +191,6 @@ $(COMPILED_BINS) $(COMPILEDIR)/dump-catalog-shell-cli $(COMPILEDIR)/docgen: .do-
--package proxmox-restore-daemon \ --package proxmox-restore-daemon \
--bin proxmox-restore-daemon \ --bin proxmox-restore-daemon \
--package proxmox-backup \ --package proxmox-backup \
--bin dump-catalog-shell-cli \
--bin proxmox-daily-update \ --bin proxmox-daily-update \
--bin proxmox-file-restore \ --bin proxmox-file-restore \
--bin proxmox-tape \ --bin proxmox-tape \