6 releases (1 stable)
| new 1.0.0 | Feb 11, 2026 |
|---|---|
| 0.4.2 | Jul 25, 2024 |
| 0.4.1 | Jun 29, 2024 |
| 0.4.0 | Jan 15, 2024 |
| 0.3.1 | Jan 15, 2024 |
#19 in #completion
2,353 downloads per month
Used in clap_complete_nushell
44KB
256 lines
Run completions for your program
Example
let term = completest_nu::Term::new();
let mut runtime = completest_nu::NuRuntime::new(bin_root, home).unwrap();
runtime.register("foo", completion_script).unwrap();
let output = runtime.complete("foo \t\t", &term).unwrap();
completest
Run completions for your program
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/license/mit)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual-licensed as above, without any additional terms or conditions.
Dependencies
~81–115MB
~2M SLoC