arg parsing works

This commit is contained in:
nora 2021-10-01 22:49:40 +02:00
parent 2ec1f142a9
commit 92628dfbbe
3 changed files with 123 additions and 43 deletions

View file

@ -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;