[feat] add Command::Help to command.parse
This commit is contained in:
committed by
Henrik Friedrichsen
parent
8188f9e304
commit
d2eede2777
@@ -323,6 +323,7 @@ pub fn parse(input: &str) -> Option<Command> {
|
||||
}),
|
||||
"volup" => Some(Command::VolumeUp),
|
||||
"voldown" => Some(Command::VolumeDown),
|
||||
"help" => Some(Command::Help),
|
||||
_ => None,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user