mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 09:19:08 +02:00
WIP - types check
This commit is contained in:
@ -7,7 +7,7 @@ use prettytable::format::{FormatBuilder, LinePosition, LineSeparator};
|
||||
|
||||
use prettytable::{color, Attr, Cell, Row, Table};
|
||||
|
||||
#[derive(new)]
|
||||
#[derive(Debug, new)]
|
||||
pub struct TableView {
|
||||
headers: Vec<String>,
|
||||
entries: Vec<Vec<String>>,
|
||||
|
Reference in New Issue
Block a user