forked from extern/nushell
Rename column name from command to name for consistency (#7007)
This commit is contained in:
parent
be5d71ea47
commit
b90d701f89
@ -962,7 +962,7 @@ pub fn create_scope(
|
||||
}
|
||||
}
|
||||
|
||||
cols.push("command".into());
|
||||
cols.push("name".into());
|
||||
vals.push(Value::String {
|
||||
val: String::from_utf8_lossy(command_name).to_string(),
|
||||
span,
|
||||
|
Loading…
Reference in New Issue
Block a user