mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
hide completions flag :P
This commit is contained in:
parent
1df7c557a3
commit
1c33ff1edc
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue