Home
last modified time | relevance | path

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

/NovaShell/src/shell/command/
H A Dhelp.rs5 macro_rules! help { macro
17 pub unsafe fn help() { in help() method
31 insert(help!("cd", Self::shell_help_cd)); in init()
32 insert(help!("exec", Self::shell_help_exec)); in init()
H A Dmod.rs1 use help::Helper;
9 mod help; module
227 unsafe { Helper::help() }; in shell_cmd_help()