Skip to content

fix: Name the command explicitly so that clap_allgen can use it

David Runge requested to merge fix/completion-manpages-generation into main

Without specific command naming, the command name will default back to the crate name nethsm-cli [1] and clap_allgen will generate completion and man pages for a command called nethsm-cli (this is incompatible with the nethsm executable).

[1] https://github.com/clap-rs/clap/issues/1474

Fixes #68 (closed)

Signed-off-by: David Runge dvzrv@archlinux.org

Merge request reports

Loading