From fbd8440780da37e6e4cc94a7713b7815e85ad2e4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 2 Nov 2025 21:09:11 -0600 Subject: work on a new tags cache file --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') 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 { -- cgit v1.2.3