Actually the Top variant is doing something useful
This commit is contained in:
parent
f1d1042916
commit
6fb9b4c2d3
@ -19,7 +19,6 @@ pub enum CommandTree {
|
|||||||
help_msg: Option<String>,
|
help_msg: Option<String>,
|
||||||
action: DirectiveAction,
|
action: DirectiveAction,
|
||||||
},
|
},
|
||||||
//TODO get rid of Top
|
|
||||||
Top(Vec<CommandTree>),
|
Top(Vec<CommandTree>),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user