mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
A few help cleanups (#372)
This commit is contained in:
@ -194,7 +194,7 @@ pub fn flatten_expression(
|
||||
output
|
||||
}
|
||||
Expr::Keyword(_, span, expr) => {
|
||||
let mut output = vec![(*span, FlatShape::Operator)];
|
||||
let mut output = vec![(*span, FlatShape::InternalCall)];
|
||||
output.extend(flatten_expression(working_set, expr));
|
||||
output
|
||||
}
|
||||
|
Reference in New Issue
Block a user