mirror of
https://github.com/danbulant/nushell
synced 2026-05-22 22:09:25 +00:00
Rename <unknown> to <value>
This commit is contained in:
parent
2c6a9e9e48
commit
9a02fac0e5
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