mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03: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,
|
no_pinix: bool,
|
||||||
|
|
||||||
/// generate shell completion
|
/// generate shell completion
|
||||||
#[arg(long, value_enum)]
|
#[arg(long, value_enum, hide=true)]
|
||||||
completions: Option<Shell>,
|
completions: Option<Shell>,
|
||||||
|
|
||||||
#[command(subcommand)]
|
#[command(subcommand)]
|
||||||
|
|
Loading…
Reference in a new issue