nu-command 0.90.1

Nushell's built-in commands
Documentation
mod binary;
mod bool;
mod cell_path;
mod command;
mod datetime;
mod duration;
mod filesize;
mod float;
mod int;
mod record;
mod string;
mod value;

pub use self::bool::SubCommand as IntoBool;
pub use self::filesize::SubCommand as IntoFilesize;
pub use binary::SubCommand as IntoBinary;
pub use cell_path::IntoCellPath;
pub use command::Into;
pub use datetime::SubCommand as IntoDatetime;
pub use duration::SubCommand as IntoDuration;
pub use float::SubCommand as IntoFloat;
pub use int::SubCommand as IntoInt;
pub use record::SubCommand as IntoRecord;
pub use string::SubCommand as IntoString;
pub use value::IntoValue;