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 中使用
运行程序的补全
示例
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();