completed schema and already added some docs

This commit is contained in:
nora 2021-09-24 22:52:20 +02:00
parent cdb67f070c
commit 148574ed6e
4 changed files with 187 additions and 73 deletions

View file

@ -1,5 +1,4 @@
use badargs::arg;
use badargs::CliArg;
arg!(OutFile: "output", "o" -> Option<String>);
arg!(Force: "force", "f" -> bool);