nu-command 0.38.0

CLI for nushell
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod binary;
mod column_path;
mod command;
mod filepath;
mod filesize;
mod int;
pub mod string;

pub use self::filesize::SubCommand as IntoFilesize;
pub use binary::SubCommand as IntoBinary;
pub use column_path::SubCommand as IntoColumnPath;
pub use command::Command as Into;
pub use filepath::SubCommand as IntoFilepath;
pub use int::SubCommand as IntoInt;
pub use string::SubCommand as IntoString;