Home
last modified time | relevance | path

Searched defs:String (Results 1 – 2 of 2) sorted by relevance

/NovaShell/src/
H A Dparser.rs46 name: &String, in new()
47 args: &[String], in new()
118 fn parse_env(str: &str) -> String { in parse_env()
286 pub fn handle(&self, prompt: Option<String>) { in handle()
/NovaShell/src/shell/
H A Dmod.rs395 pub fn complete_command(command: &str) -> (&str, Vec<String>) { in complete_command()
405 pub fn complete_path(incomplete_path: &str) -> (&str, Vec<String>) { in complete_path()