summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
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" `