mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 02:27:50 +02:00
WIP - more streamlining
This commit is contained in:
@ -479,7 +479,7 @@ fn classify_command(
|
||||
}))
|
||||
}
|
||||
false => match context.get_command(name).as_ref() {
|
||||
Command::Static(command) => {
|
||||
Command::Static(_command) => {
|
||||
let arg_list_strings: Vec<Spanned<String>> = match call.children() {
|
||||
//Some(args) => args.iter().map(|i| i.as_external_arg(source)).collect(),
|
||||
Some(args) => args
|
||||
|
Reference in New Issue
Block a user