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")
|
.help("File(s) to compress")
|
||||||
.index(1)
|
.index(1)
|
||||||
.multiple(true)
|
.multiple(true)
|
||||||
|
.use_delimiter(false)
|
||||||
.required(true))
|
.required(true))
|
||||||
.arg(Arg::with_name("optimization")
|
.arg(Arg::with_name("optimization")
|
||||||
.help("Optimization level - Default: 2")
|
.help("Optimization level - Default: 2")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue