Home
last modified time | relevance | path

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

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