diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |
