fix: change verbose flag from -V to -v
This commit is contained in:
parent
7887e0dfdb
commit
ec78325544
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ pub enum PostWomanActions {
|
|||
/// show all registered routes in current collection
|
||||
List {
|
||||
/// show verbose details for each route
|
||||
#[arg(short = 'V', long, default_value_t = false)]
|
||||
#[arg(short, long, default_value_t = false)]
|
||||
verbose: bool,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue