diff --git a/src/args.rs b/src/args.rs index 5ea3e8f..bcfe37f 100644 --- a/src/args.rs +++ b/src/args.rs @@ -69,8 +69,8 @@ pub enum Command { GitIgnore, /// Lists tasks according to the specified fields, ordering and filters. List { - /// Use an existing profile for list options, ignoring other arguments. - #[clap(long)] + /// Use an existing profile for list options, ignoring other arguments [alias: pr]. + #[clap(long, alias="pr")] profile : Option, #[clap(flatten)] options : ListOptions,