fix(dtmt): Fix parameter being positional #79

Merged
lucas merged 1 commit from issue/77 into master 2023-03-16 18:07:02 +01:00

View file

@ -16,6 +16,8 @@ pub(crate) fn command_definition() -> Command {
.about("Watch for file system changes and re-build the mod archive.")
.arg(
Arg::new("debounce")
.long("debounce")
.short('b')
.default_value("150")
.value_parser(value_parser!(u64))
.help(