nushell/crates/nu-command/src/math/mod.rs
Luccas Mateus de Medeiros Gomes aa5ab8a666 final math abs
2021-10-24 20:58:18 -03:00

6 lines
101 B
Rust

mod abs;
pub mod command;
pub use abs::SubCommand as MathAbs;
pub use command::MathCommand as Math;