removed optionality it does not make sense

This commit is contained in:
nora 2021-10-01 22:25:17 +02:00
parent a33b81c58e
commit 2ec1f142a9
5 changed files with 52 additions and 35 deletions

View file

@ -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);