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

4 lines
50 B
Rust
Raw Normal View History

2021-10-21 16:52:26 +02:00
pub mod abs;
pub use abs::SubCommand as MathAbs;