serde style defaults

This commit is contained in:
Aiden McClelland
2022-08-01 09:57:53 -06:00
parent 8b183175db
commit 9351e89240
4 changed files with 32 additions and 9 deletions

View File

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