From 06cf0f7d844192eacbaeec60e3cc12c9a7968469 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 4 Apr 2025 06:07:56 -0500 Subject: fix defective google "Git on Borg" repos --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') 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"` } -- cgit v1.2.3