【发布时间】:2012-10-28 07:40:44
【问题描述】:
我在 ubuntu 终端中输入了 git s 一个按下的选项卡,它显示了下面给出的 git 子命令:
test: git s <tab>
shortlog show show-branch stage stash status submodule
它是如何发生的?文件的自动建议是通常的一种。如何为带有子命令的命令实现它?
【问题讨论】:
标签: linux terminal command-line-arguments autosuggest