hide completions flag :P

This commit is contained in:
Daylin Morgan 2024-03-27 17:28:29 -05:00
parent 1df7c557a3
commit 1c33ff1edc
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -22,7 +22,7 @@ struct Cli {
no_pinix: bool,
/// generate shell completion
#[arg(long, value_enum)]
#[arg(long, value_enum, hide=true)]
completions: Option<Shell>,
#[command(subcommand)]