Merge pull request #50 from aliceatlas/fix-cli-parsing
Fix for passing in filenames that contain commas
This commit is contained in:
commit
645baf61de
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ fn main() {
|
|||
.help("File(s) to compress")
|
||||
.index(1)
|
||||
.multiple(true)
|
||||
.use_delimiter(false)
|
||||
.required(true))
|
||||
.arg(Arg::with_name("optimization")
|
||||
.help("Optimization level - Default: 2")
|
||||
|
|
|
|||
Loading…
Reference in a new issue