diff options
| author | Jeff Carr <[email protected]> | 2025-10-16 12:13:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-16 12:13:36 -0500 |
| commit | 536f90da363df9df6a20b9a960214cbb8bbe181e (patch) | |
| tree | 3fb12ac5ef17014e28bbef4fd6a4a584499d53ea /argv.go | |
| parent | 4e57b9707c58490107896adf90c0d2baf177c7d6 (diff) | |
strip out some cruft
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -116,8 +116,6 @@ type DevCmd struct { type CleanCmd struct { List *EmptyCmd `arg:"subcommand:list" help:"list not clean repos"` - Fix *EmptyCmd `arg:"subcommand:fix" help:"try to fix problems"` - Repo string `arg:"--repo" help:"work on one specific git repository"` } // matches |
