pub type CmdFn = fn(args: &[&[u8]]);
Shell command handler signature.
args contains the parsed arguments as byte slices (argv[0] is the command name).
args