fix rename

This commit is contained in:
Aiden McClelland
2021-05-25 10:39:21 -06:00
parent 33d7d095e3
commit 3ddc915522
2 changed files with 5 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ pub struct ArgOptions {
check_is_present: bool,
help: Option<LitStr>,
name: Option<Ident>,
rename: Option<Ident>,
short: Option<LitStr>,
long: Option<LitStr>,
parse: Option<Path>,