mirror of
https://github.com/nushell/nushell.git
synced 2025-05-30 22:57:07 +02:00
# Description Improves the completeness of operator completions. Check the new test cases for details. # User-Facing Changes # Tests + Formatting +4 # After Submitting
6 lines
155 B
Rust
6 lines
155 B
Rust
pub mod completions_helpers;
|
|
|
|
pub use completions_helpers::{
|
|
file, folder, match_suggestions, match_suggestions_by_string, merge_input, new_engine,
|
|
};
|