nushell/crates/nu-cli/src/commands/parse/mod.rs
2020-06-04 15:21:13 -05:00

4 lines
49 B
Rust

mod command;
pub use command::Command as Parse;