diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 04:52:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 04:52:34 -0600 |
| commit | 6eb37f63f2379bfe9e5ee308ed1a359f3f78178c (patch) | |
| tree | e80dab586ea1303677256aeec1565082692955bd /argv.go | |
| parent | 79178228b3113ed770cf0325aeea8acdc67c392f (diff) | |
rm old code
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -40,16 +40,9 @@ type EmptyCmd struct { type testCmd string -type ExamineCmd struct { - Fix *EmptyCmd `arg:"subcommand:fix" help:"try to auto fix branches"` - Show *EmptyCmd `arg:"subcommand:show" help:"show a specific patch"` - Submit string `arg:"--submit" help:"name of patchset"` -} - type CleanCmd struct { Delete *EmptyCmd `arg:"subcommand:delete" help:"rescan repo"` Devel *CleanDevelCmd `arg:"subcommand:devel" help:"clean and verify the devel branches"` - Examine *ExamineCmd `arg:"subcommand:examine" help:"examine branches"` Force *EmptyCmd `arg:"subcommand:force" help:"do destructive stuff"` GitReset *EmptyCmd `arg:"subcommand:git-reset" help:"git reset --hard"` Pub *EmptyCmd `arg:"subcommand:pub" help:"clean target version numbers"` |
