summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 4f7acd4..99156e3 100644
--- a/argv.go
+++ b/argv.go
@@ -115,6 +115,7 @@ 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"`
}