提交 490887a0 编写于 作者: M Mislav Marohnić

Mark the `version` command as being a git extension

This prevents it from showing up under custom commands in `hub help -a`
上级 cbd0189f
......@@ -6,9 +6,10 @@ import (
)
var cmdVersion = &Command{
Run: runVersion,
Usage: "version",
Long: "Shows git version and hub client version.",
Run: runVersion,
Usage: "version",
Long: "Shows git version and hub client version.",
GitExtension: true,
}
func init() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册