mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 17:25:42 +02:00
Add wrap and get and cell_path parsing
This commit is contained in:
@@ -63,7 +63,7 @@ impl Command for Table {
|
||||
output.push(vec![
|
||||
StyledString {
|
||||
contents: c,
|
||||
style: nu_table::TextStyle::default_header(),
|
||||
style: nu_table::TextStyle::default_field(),
|
||||
},
|
||||
StyledString {
|
||||
contents: v.into_string(),
|
||||
|
Reference in New Issue
Block a user