From 6eb37f63f2379bfe9e5ee308ed1a359f3f78178c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 22 Feb 2025 04:52:34 -0600 Subject: rm old code --- argv.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'argv.go') 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"` -- cgit v1.2.3