mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-26 10:21:55 +00:00
add count and multiple
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user