|
|
@ -36,7 +36,7 @@ pub(crate) fn setup_clap() -> clap::ArgMatches<'static> {
|
|
|
|
(about: crate_description!())
|
|
|
|
(about: crate_description!())
|
|
|
|
(@arg config: +required "Set config file")
|
|
|
|
(@arg config: +required "Set config file")
|
|
|
|
(@arg v: -v --verbose ... "Be verbose (you can add this up to 4 times for more logs).
|
|
|
|
(@arg v: -v --verbose ... "Be verbose (you can add this up to 4 times for more logs).
|
|
|
|
By default, only errors are logged, so no output is a good thing.")
|
|
|
|
By default, only errors are logged, so no output is a good thing.")
|
|
|
|
)
|
|
|
|
)
|
|
|
|
.get_matches()
|
|
|
|
.get_matches()
|
|
|
|
}
|
|
|
|
}
|
|
|
|