Do not display default value of "-" for input in hash applets

This commit is contained in:
Nathan Fisher 2023-02-04 11:12:32 -05:00
parent f0099a2958
commit aa89efe63a
1 changed files with 1 additions and 0 deletions

View File

@ -58,4 +58,5 @@ pub fn file() -> Arg {
.value_name("FILE")
.num_args(1..)
.default_value("-")
.hide_default_value(true)
}