started parsing

This commit is contained in:
nora 2021-09-24 23:26:58 +02:00
parent 148574ed6e
commit cb734a708d
5 changed files with 86 additions and 63 deletions

View file

@ -17,7 +17,7 @@ macro_rules! arg {
$long
}
fn short() -> Option<&'static str> {
fn short() -> Option<char> {
$short
}
}