diff options
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() { |
