mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 15:11:52 +02:00
nu-cli: directory syntax shape + completions (#5299)
This commit is contained in:
@ -237,6 +237,7 @@ fn convert_to_value(
|
||||
expr.span,
|
||||
)),
|
||||
Expr::Filepath(val) => Ok(Value::String { val, span }),
|
||||
Expr::Directory(val) => Ok(Value::String { val, span }),
|
||||
Expr::Float(val) => Ok(Value::Float { val, span }),
|
||||
Expr::FullCellPath(full_cell_path) => {
|
||||
if !full_cell_path.tail.is_empty() {
|
||||
|
Reference in New Issue
Block a user