Home
last modified time | relevance | path

Searched refs:shell_cmd_help (Results 1 – 1 of 1) sorted by relevance

/NovaShell/src/shell/command/
H A Dmod.rs52 insert(build!("help", Self::shell_cmd_help)); in init()
225 fn shell_cmd_help(args: &Vec<String>) -> Result<(), ExecuteErrorType> { in shell_cmd_help() method