nu-table 0.16.0

Nushell table printing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[bin]]
name = "table"
path = "src/main.rs"
[dependencies.ansi_term]
version = "0.12.1"

[dependencies.unicode-width]
version = "0.1.7"

[package]
authors = ["The Nu Project Contributors"]
description = "Nushell table printing"
edition = "2018"
license = "MIT"
name = "nu-table"
version = "0.16.0"