5 个版本
0.4.2 | 2024年7月25日 |
---|---|
0.4.1 | 2024年6月29日 |
0.4.0 | 2024年1月15日 |
0.3.1 | 2024年1月15日 |
0.3.0 | 2024年1月15日 |
#22 在 #cfg
544 每月下载量
在 clap_complete_nushell 中使用
25KB
253 代码行
运行程序的补全
示例
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();
依赖项
~65–98MB
~2M SLoC