Add notion of scripts and support for empty commands and comments.
This commit is contained in:
@@ -21,6 +21,7 @@ pub enum Command<'a> {
|
||||
Pass(Name),
|
||||
Comment(Name, Comment),
|
||||
Error(LKErr<'a>),
|
||||
Noop,
|
||||
Help,
|
||||
Quit,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user