summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index b0d3799..1b76e4d 100644
--- a/argv.go
+++ b/argv.go
@@ -106,6 +106,7 @@ type DevCmd struct {
URL string `arg:"--connect" help:"forge url"`
Stats *StatsCmd `arg:"subcommand:stats" help:"generate origin.pb"`
Namespace *EmptyCmd `arg:"subcommand:namespace" help:"check the namespaces"`
+ GitConfig *EmptyCmd `arg:"subcommand:gitconfig" help:"check the .git/config files"`
}
type GenerateCmd struct {