diff options
| author | Jeff Carr <[email protected]> | 2025-10-28 20:26:04 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-28 20:26:04 -0500 |
| commit | fe20a82a0af45285d551fdacde53d3ed053d4022 (patch) | |
| tree | bde6c10338fad3b2da4072025ea97d923775e8a7 /argv.go | |
| parent | b9b425d5a329827b480f10c21eb8131e9ac12bb6 (diff) | |
cleanup on aisle 9v0.25.105
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" ` |
