nushell/crates/nu-command/src/math/mod.rs

4 lines
46 B
Rust
Raw Normal View History

2021-10-21 15:29:57 +00:00
mod abs;
2021-10-21 14:52:26 +00:00
pub use abs::SubCommand as MathAbs;