add default

This commit is contained in:
Aiden McClelland
2021-07-29 13:52:51 -06:00
parent 1e9ded9a31
commit d1594997fd
8 changed files with 52 additions and 8 deletions

View File

@@ -81,6 +81,7 @@ pub struct ArgOptions {
short: Option<LitStr>,
long: Option<LitStr>,
parse: Option<Path>,
default: Option<LitStr>,
count: Option<Path>,
multiple: Option<Path>,
stdin: Option<Path>,