mirror of
https://github.com/Noratrieb/badargs.git
synced 2026-01-15 04:05:07 +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
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue