mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 00:09:51 +02:00
Add select command which opens cell
This commit is contained in:
@@ -17,7 +17,6 @@ impl Scope {
|
||||
|
||||
crate fn evaluate_expr(expr: &ast::Expression, scope: &Scope) -> Result<Value, ShellError> {
|
||||
use ast::*;
|
||||
|
||||
match expr {
|
||||
Expression::Leaf(l) => Ok(evaluate_leaf(l)),
|
||||
Expression::Parenthesized(p) => evaluate_expr(&p.expr, scope),
|
||||
|
Reference in New Issue
Block a user