fix(dtmt): Fix parameter being positional

Fixes #77.
This commit is contained in:
Lucas Schwiderski 2023-03-16 17:53:57 +01:00
parent 995e6bf92d
commit 6513ee5976
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

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(