mirror of
https://github.com/Noratrieb/badargs.git
synced 2026-01-14 19:55:08 +01:00
removed optionality it does not make sense
This commit is contained in:
parent
a33b81c58e
commit
2ec1f142a9
5 changed files with 52 additions and 35 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use badargs::arg;
|
||||
|
||||
arg!(OutFile: "output", 'o' -> String, required);
|
||||
arg!(OutFile: "output", 'o' -> String);
|
||||
arg!(Force: "force", 'f' -> bool);
|
||||
arg!(OLevel: "optimize" -> usize);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue