Home
last modified time | relevance | path

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

/NovaShell/src/shell/
H A Dmod.rs18 use command::BuildInCmd;
26 pub mod command; module
395 pub fn complete_command(command: &str) -> (&str, Vec<String>) { in complete_command()
398 if cmd.starts_with(command) { in complete_command()