0.5.3
| 2024年7月25日 |
0.5.2
| 2024年7月5日 |
0.5.1
| 2024年6月29日 |
0.5.0
| 2024年1月15日 |
0.3.1
| 2024年1月15日 |
#401 在 命令行界面
每月下载量 3,390
在 2 crate 中使用
运行您程序的自动补全
示例
let term = completest_pty::Term::new();
let mut runtime = completest_pty::BashRuntime::new(bin_root, home).unwrap();
runtime.register("foo", completion_script).unwrap();
let output = runtime.complete("foo \t\t", &term).unwrap();