mirror of
https://github.com/Noratrieb/badargs.git
synced 2026-01-14 19:55:08 +01:00
arg parsing works
This commit is contained in:
parent
2ec1f142a9
commit
92628dfbbe
3 changed files with 123 additions and 43 deletions
|
|
@ -4,7 +4,6 @@
|
|||
//! This makes the interface of this crate fully type-safe! (and kind of cursed)
|
||||
|
||||
use super::Result;
|
||||
use crate::error::CallError;
|
||||
use crate::{CliArg, CliReturnValue, SchemaError};
|
||||
use std::collections::HashMap;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue