mirror of
https://github.com/nushell/nushell.git
synced 2025-05-16 20:54:35 +00:00
5 lines
84 B
Rust
5 lines
84 B
Rust
crate mod completer;
|
|
crate mod parse;
|
|
|
|
crate use self::parse::{shell_parser, Item};
|