This commit is contained in:
Yehuda Katz
2019-07-12 12:22:08 -07:00
parent 2da12aed56
commit 70f9e355fd
13 changed files with 76 additions and 33 deletions

View File

@ -500,7 +500,7 @@ fn classify_command(
let config = command.config();
let scope = Scope::empty();
trace!("classifying {:?}", config);
trace!(target: "nu::build_pipeline", "classifying {:?}", config);
let args = config.evaluate_args(call, context, &scope, source)?;