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

@ -10,7 +10,7 @@ macro_rules! arg {
#[derive(Default)]
struct $name;
impl ::badargs::CliArg for $name {
impl $crate::CliArg for $name {
type Content = $result;
fn long() -> &'static str {