nu-command 0.41.0

CLI for nushell
Documentation
1
2
3
4
5
6
7
mod autoview;
mod bat_constants;
mod table;

pub use autoview::*;
pub use bat_constants::BAT_LANGUAGES;
pub use table::*;