summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-22 04:52:34 -0600
committerJeff Carr <[email protected]>2025-02-22 04:52:34 -0600
commit6eb37f63f2379bfe9e5ee308ed1a359f3f78178c (patch)
treee80dab586ea1303677256aeec1565082692955bd /argv.go
parent79178228b3113ed770cf0325aeea8acdc67c392f (diff)
rm old code
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/argv.go b/argv.go
index ae920f5..20cc4f9 100644
--- a/argv.go
+++ b/argv.go
@@ -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"`