mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 00:43:33 +01:00
Rename <unknown> to <value>
This commit is contained in:
parent
2c6a9e9e48
commit
9a02fac0e5
@ -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 New Issue
Block a user