summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/argv.go b/argv.go
index 8d52d49..524c91f 100644
--- a/argv.go
+++ b/argv.go
@@ -114,10 +114,9 @@ type SubmitCmd struct {
}
type PullCmd struct {
- Force bool `arg:"--force" help:"try to strong-arm things"`
- List *EmptyCmd `arg:"subcommand:list" help:"list repo versions"`
- // Dirty *EmptyCmd `arg:"subcommand:dirty" help:"only check dirty repos"`
- // Patches *EmptyCmd `arg:"subcommand:patches" help:"only check repos with patches"`
+ Force bool `arg:"--force" help:"try to strong-arm things"`
+ List *EmptyCmd `arg:"subcommand:list" help:"list repo versions"`
+ Check *EmptyCmd `arg:"subcommand:check" help:"check for repo changes"`
}
type TagCmd struct {