Home
last modified time | relevance | path

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

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