mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55:07 +00:00
Rename column name from command to name for consistency (#7007)
This commit is contained in:
parent
be5d71ea47
commit
b90d701f89
1 changed files with 1 additions and 1 deletions
|
@ -962,7 +962,7 @@ pub fn create_scope(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cols.push("command".into());
|
cols.push("name".into());
|
||||||
vals.push(Value::String {
|
vals.push(Value::String {
|
||||||
val: String::from_utf8_lossy(command_name).to_string(),
|
val: String::from_utf8_lossy(command_name).to_string(),
|
||||||
span,
|
span,
|
||||||
|
|
Loading…
Reference in a new issue