docs(complete): Don't use deprecated API

This commit is contained in:
Ed Page 2022-09-29 16:11:03 -05:00
parent 1e2b791049
commit eeafb2574b

View file

@ -30,7 +30,7 @@ struct Opt {
#[derive(Subcommand, Debug, PartialEq)]
enum Commands {
#[clap(visible_alias = "hint")]
#[command(visible_alias = "hint")]
ValueHint(ValueHintOpt),
}