fix: change verbose flag from -V to -v

This commit is contained in:
əlemi 2024-10-20 02:04:19 +02:00
parent 7887e0dfdb
commit ec78325544
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -49,7 +49,7 @@ pub enum PostWomanActions {
/// show all registered routes in current collection /// show all registered routes in current collection
List { List {
/// show verbose details for each route /// show verbose details for each route
#[arg(short = 'V', long, default_value_t = false)] #[arg(short, long, default_value_t = false)]
verbose: bool, verbose: bool,
}, },
} }