feat(cli): add subcommand aliases
This commit is contained in:
@@ -35,8 +35,13 @@ struct Cli {
|
||||
|
||||
#[derive(Subcommand, Debug)]
|
||||
enum Commands {
|
||||
#[clap(alias = "d")]
|
||||
Debug {},
|
||||
|
||||
#[clap(alias = "c")]
|
||||
Chrono {},
|
||||
|
||||
#[clap(alias = "t")]
|
||||
Timer {
|
||||
#[arg(required = true)]
|
||||
duration: Vec<String>,
|
||||
|
||||
Reference in New Issue
Block a user