mirror of
https://github.com/nushell/nushell
synced 2025-01-07 18:59:04 +00:00
3a17b60862
* new command `fmt` to format numbers * remove comments
5 lines
66 B
Rust
5 lines
66 B
Rust
mod fmt;
|
|
pub(crate) mod into;
|
|
|
|
pub use fmt::Fmt;
|
|
pub use into::*;
|