nushell/crates/nu-command/src/math/mod.rs
2021-10-21 12:29:57 -03:00

3 lines
46 B
Rust

mod abs;
pub use abs::SubCommand as MathAbs;