mirror of
https://github.com/Noratrieb/badargs.git
synced 2026-01-14 19:55:08 +01:00
completed schema and already added some docs
This commit is contained in:
parent
cdb67f070c
commit
148574ed6e
4 changed files with 187 additions and 73 deletions
|
|
@ -1,5 +1,4 @@
|
|||
use badargs::arg;
|
||||
use badargs::CliArg;
|
||||
|
||||
arg!(OutFile: "output", "o" -> Option<String>);
|
||||
arg!(Force: "force", "f" -> bool);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue