nu-cmd-extra 0.113.1

Nushell's extra commands that are not part of the 1.0 api standard.
Documentation
1
2
3
4
5
6
7
mod bits;
mod command;
mod number;

pub(crate) use bits::FormatBits;
pub(crate) use command::FormatPattern;
pub(crate) use number::FormatNumber;