mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 16:28:13 +02:00
WIP
This commit is contained in:
@ -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)?;
|
||||
|
||||
|
Reference in New Issue
Block a user