mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
Merge pull request #844 from nushell/unknown-value
Rename <unknown> to <value>
This commit is contained in:
commit
4a6529973e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ impl TableView {
|
|||
let mut headers = TableView::merge_descriptors(values);
|
||||
|
||||
if headers.len() == 0 {
|
||||
headers.push("<unknown>".to_string());
|
||||
headers.push("<value>".to_string());
|
||||
}
|
||||
|
||||
let mut entries = vec![];
|
||||
|
|
Loading…
Reference in a new issue