alias for profile in list
This commit is contained in:
parent
130fab27d7
commit
42f0527fbd
@ -69,8 +69,8 @@ pub enum Command {
|
|||||||
GitIgnore,
|
GitIgnore,
|
||||||
/// Lists tasks according to the specified fields, ordering and filters.
|
/// Lists tasks according to the specified fields, ordering and filters.
|
||||||
List {
|
List {
|
||||||
/// Use an existing profile for list options, ignoring other arguments.
|
/// Use an existing profile for list options, ignoring other arguments [alias: pr].
|
||||||
#[clap(long)]
|
#[clap(long, alias="pr")]
|
||||||
profile : Option<String>,
|
profile : Option<String>,
|
||||||
#[clap(flatten)]
|
#[clap(flatten)]
|
||||||
options : ListOptions,
|
options : ListOptions,
|
||||||
|
Loading…
Reference in New Issue
Block a user