command

Function command 

Source
pub fn command(input: &[u8]) -> IResult<&[u8], Command>
Expand description

Parses any command.

See the Command enum for supported commands.