add count and multiple

This commit is contained in:
Aiden McClelland
2021-04-12 12:07:16 -06:00
parent ceead74072
commit cd38fbd58d
4 changed files with 102 additions and 24 deletions

View File

@@ -76,7 +76,9 @@ pub struct ArgOptions {
short: Option<LitStr>,
long: Option<LitStr>,
parse: Option<Path>,
stdin: bool,
count: Option<Path>,
multiple: Option<Path>,
stdin: Option<Path>,
}
pub enum ParamType {