CmdFn

Type Alias CmdFn 

Source
pub type CmdFn = fn(args: &[&[u8]]);
Expand description

Shell command handler signature.

args contains the parsed arguments as byte slices (argv[0] is the command name).