mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
docs(complete): Don't use deprecated API
This commit is contained in:
parent
1e2b791049
commit
eeafb2574b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ struct Opt {
|
|||
|
||||
#[derive(Subcommand, Debug, PartialEq)]
|
||||
enum Commands {
|
||||
#[clap(visible_alias = "hint")]
|
||||
#[command(visible_alias = "hint")]
|
||||
ValueHint(ValueHintOpt),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue