summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-04-04 06:07:56 -0500
committerJeff Carr <[email protected]>2025-04-04 06:07:56 -0500
commit06cf0f7d844192eacbaeec60e3cc12c9a7968469 (patch)
treec4dfe63eb5999960274e27855dfdbc5d1c7ec464 /argv.go
parent99e30376f0a7835b564e408e877f2faca6ceae29 (diff)
fix defective google "Git on Borg" reposv0.22.114
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index ac60597..aeae447 100644
--- a/argv.go
+++ b/argv.go
@@ -101,6 +101,7 @@ type FindCmd struct {
Private bool `arg:"--private" help:"your private repos from your .config/forge/"`
Dirty bool `arg:"--dirty" help:"only use dirty git repos"`
User bool `arg:"--user" help:"show repos on the user branch"`
+ Full bool `arg:"--full" help:"show full repo names"`
// ReadOnly bool `arg:"--readonly" help:"include read-only repos"`
}