mirror of
https://github.com/nushell/nushell.git
synced 2025-05-01 08:34:26 +02: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);
|
let mut headers = TableView::merge_descriptors(values);
|
||||||
|
|
||||||
if headers.len() == 0 {
|
if headers.len() == 0 {
|
||||||
headers.push("<unknown>".to_string());
|
headers.push("<value>".to_string());
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut entries = vec![];
|
let mut entries = vec![];
|
||||||
|
Loading…
Reference in New Issue
Block a user