summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-02 21:09:11 -0600
committerJeff Carr <[email protected]>2025-11-02 21:09:11 -0600
commitfbd8440780da37e6e4cc94a7713b7815e85ad2e4 (patch)
tree0fbd6daedf5c841270d64b2687a112c03055e2d5 /argv.go
parent8da61f74ea87126a8f44623c2bffe1cf2b011e52 (diff)
work on a new tags cache file
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 {