mirror of
https://github.com/nushell/nushell
synced 2025-01-23 02:15:21 +00:00
6 lines
131 B
Rust
6 lines
131 B
Rust
|
mod help_completions;
|
||
|
mod menu_completions;
|
||
|
|
||
|
pub use help_completions::NuHelpCompleter;
|
||
|
pub use menu_completions::NuMenuCompleter;
|