[feat] add Command::Noop
This commit is contained in:
committed by
Henrik Friedrichsen
parent
d2eede2777
commit
0f08a56f90
@@ -83,6 +83,7 @@ impl CommandManager {
|
||||
cmd: &Command,
|
||||
) -> Result<Option<String>, String> {
|
||||
match cmd {
|
||||
Command::Noop => Ok(None),
|
||||
Command::Quit => {
|
||||
s.quit();
|
||||
Ok(None)
|
||||
|
||||
Reference in New Issue
Block a user