summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-28 20:26:04 -0500
committerJeff Carr <[email protected]>2025-10-28 20:26:04 -0500
commitfe20a82a0af45285d551fdacde53d3ed053d4022 (patch)
treebde6c10338fad3b2da4072025ea97d923775e8a7 /argv.go
parentb9b425d5a329827b480f10c21eb8131e9ac12bb6 (diff)
cleanup on aisle 9v0.25.105
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index fc828e9..93ee966 100644
--- a/argv.go
+++ b/argv.go
@@ -22,7 +22,6 @@ type args struct {
Dev *DevCmd `arg:"subcommand:dev" help:"features under development"`
Mode *ModeCmd `arg:"subcommand:mode" help:"sets the mode (hacking, merging, publishing)"`
Cache *CacheCmd `arg:"subcommand:cache" help:"chose the cache of repos to work with"`
- Verify *VerifyCmd `arg:"subcommand:verify" help:"populate stats"`
Config *ConfigCmd `arg:"subcommand:config" help:"show your .config/forge/ settings"`
Add *EmptyCmd `arg:"subcommand:add" help:"Scan directores for git repos"`
Whatchanged *EmptyCmd `arg:"subcommand:whatchanged" `