Do not display default value of "-" for input in hash applets
This commit is contained in:
parent
f0099a2958
commit
aa89efe63a
@ -58,4 +58,5 @@ pub fn file() -> Arg {
|
||||
.value_name("FILE")
|
||||
.num_args(1..)
|
||||
.default_value("-")
|
||||
.hide_default_value(true)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user