Home
last modified time | relevance | path

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

/NovaShell/.github/workflows/
H A Drust.yml1 name: Rust
20 - name: build check
29 - name: Build
/NovaShell/src/
H A Dparser.rs38 name: String, field
46 name: &String, in new()
52 name: name.clone(), in new()
201 if let Some((name, args)) = current_command.split_first() { in parser()
226 commands.push(Command::new(name, args, cmd_type, conn_type)); in parser()
245 if let Some((name, args)) = current_command.split_first() { in parser()
247 name, in parser()
281 name: String, field
290 eprint!("{}: ", self.name); in handle()
402 if let Some(f) = map.get(&cmd.name) { in execute()
[all …]
/NovaShell/src/shell/command/
H A Dmod.rs78 if let Some((name, args)) = args.split_first() { in shell_cmd_exec()
79 let real_path = if name.contains('/') { in shell_cmd_exec()
81 if let Ok(path) = std::fs::canonicalize(name) { in shell_cmd_exec()
86 Err(ExecuteErrorType::NotFile(name.clone())) in shell_cmd_exec()
93 which::which(name).map_err(|_| ExecuteErrorType::CommandNotFound) in shell_cmd_exec()
238 let name = pair.get(0).unwrap().to_string(); in shell_cmd_export() localVariable
240 std::env::set_var(name, value); in shell_cmd_export()
H A Dhelp.rs19 for (name, func) in map.iter() { in help()
/NovaShell/src/shell/
H A Dthread_manager.rs40 pub fn name(&self) -> Option<&str> { in name() method
41 self.handle.as_ref()?.thread().name() in name()
/NovaShell/
H A DCargo.toml2 name = "NovaShell"
H A DLICENSE293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author