fix(dtmt): Fix parameter being positional #79
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ pub(crate) fn command_definition() -> Command {
|
||||||
.about("Watch for file system changes and re-build the mod archive.")
|
.about("Watch for file system changes and re-build the mod archive.")
|
||||||
.arg(
|
.arg(
|
||||||
Arg::new("debounce")
|
Arg::new("debounce")
|
||||||
|
.long("debounce")
|
||||||
|
.short('b')
|
||||||
.default_value("150")
|
.default_value("150")
|
||||||
.value_parser(value_parser!(u64))
|
.value_parser(value_parser!(u64))
|
||||||
.help(
|
.help(
|
||||||
|
|
Loading…
Add table
Reference in a new issue