Completion

completion 命令集允许创建与操作系统外壳配合使用的脚本文件,以实现命令补全功能,特别是在非交互模式下非常有用。目前,该命令集仅适用于 bash shell,使用 bash 子命令来实现。

completion 命令集允许您创建可与操作系统外壳实现配合使用以提供完成功能的脚本文件。当使用非交互模式时,这非常有用。

The completion command set lets you create script files that can be used with am OS shell implementations to provide completion. This is very useful when working with non-interactive mode.

目前,唯一的实现是针对 bash 的,它使用 bash 子命令。

Currently, the only implementation is for bash, which works with bash sub-command.