WIP - more streamlining

This commit is contained in:
Yehuda Katz
2019-08-06 09:26:33 -07:00
parent 586aa6bae1
commit 14a52bc282
16 changed files with 23 additions and 116 deletions

View File

@ -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