Home
last modified time | relevance | path

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

/NovaShell/src/shell/command/
H A Dmod.rs50 insert(build!("exec", Self::shell_cmd_exec)); in init()
77 pub fn shell_cmd_exec(args: &Vec<String>) -> Result<(), ExecuteErrorType> { in shell_cmd_exec() method