summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'args.go')
-rw-r--r--args.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/args.go b/args.go
index 0f827c7..84080c2 100644
--- a/args.go
+++ b/args.go
@@ -17,6 +17,7 @@ var args struct {
GitPull bool `arg:"--git-pull" help:"do git pull in every repository"`
CheckoutUser bool `arg:"--switch-to-user-branch" help:"switch everything to your user branch"`
CheckoutDevel bool `arg:"--switch-to-devel-branch" help:"switch everything to the devel branch"`
+ OnlyMe bool `arg:"--only-me" help:"only scan repos from ~/.config/autotypist"`
}
func init() {