diff options
| author | Jeff Carr <[email protected]> | 2025-11-02 21:09:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-11-02 21:09:11 -0600 |
| commit | fbd8440780da37e6e4cc94a7713b7815e85ad2e4 (patch) | |
| tree | 0fbd6daedf5c841270d64b2687a112c03055e2d5 /argv.go | |
| parent | 8da61f74ea87126a8f44623c2bffe1cf2b011e52 (diff) | |
work on a new tags cache file
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 { |
