From 9ff2ece6abc5d0d4a69c2f086209f107fd4f04be Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 31 Aug 2015 15:45:06 -0700 Subject: gitc: Improve help visibility This improves the visiblity of gitc-init if we can get the gitc config, and hides it otherwise. Change-Id: I82830b0b07c311e8c74397ba79eb4c361f8b6fb5 --- subcmds/gitc_init.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'subcmds/gitc_init.py') diff --git a/subcmds/gitc_init.py b/subcmds/gitc_init.py index c0568caa..e99affa5 100644 --- a/subcmds/gitc_init.py +++ b/subcmds/gitc_init.py @@ -18,10 +18,11 @@ import os import sys import gitc_utils +from command import RequiresGitcCommand from subcmds import init -class GitcInit(init.Init): +class GitcInit(init.Init, RequiresGitcCommand): common = True helpSummary = "Initialize a GITC Client." helpUsage = """ -- cgit v1.2.3-54-g00ecf