Merge pull request 'fix(dtmt): Fix parameter being positional' (#79) from issue/77 into master

Reviewed-on: #79
This commit is contained in:
Lucas Schwiderski 2023-03-16 18:07:01 +01:00
commit ca56e562ea

View file

@ -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(