mirror of
https://github.com/Noratrieb/badargs.git
synced 2026-01-15 04:05:07 +01:00
started parsing
This commit is contained in:
parent
148574ed6e
commit
cb734a708d
5 changed files with 86 additions and 63 deletions
|
|
@ -17,7 +17,7 @@ macro_rules! arg {
|
|||
$long
|
||||
}
|
||||
|
||||
fn short() -> Option<&'static str> {
|
||||
fn short() -> Option<char> {
|
||||
$short
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue