summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-15 22:46:35 -0600
committerJeff Carr <[email protected]>2024-02-15 22:46:35 -0600
commit3887ab99d8941fc4dd42e562bea83970e182c2df (patch)
tree3690a48872ae0369fab714ccdf86d2e210ebabcc /args.go
parent0b40e4fde2c1c8cb561b280a754b1aa222fd2948 (diff)
add only-me. fix xterm commit
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() {