diff options
| author | Jeff Carr <[email protected]> | 2024-02-15 22:46:35 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-15 22:46:35 -0600 |
| commit | 3887ab99d8941fc4dd42e562bea83970e182c2df (patch) | |
| tree | 3690a48872ae0369fab714ccdf86d2e210ebabcc /args.go | |
| parent | 0b40e4fde2c1c8cb561b280a754b1aa222fd2948 (diff) | |
add only-me. fix xterm commit
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() { |
