From 39f72d20344c5bbe05b83a13eee9c0d7b54f7e78 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 18 Jan 2025 23:25:55 -0600 Subject: better git checkout --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 0bd593e..6856a6e 100644 --- a/argv.go +++ b/argv.go @@ -92,6 +92,7 @@ type FindCmd struct { Favorites bool `arg:"--favorites" help:"your repos configured as favorites"` 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"` // ReadOnly bool `arg:"--readonly" help:"include read-only repos"` } -- cgit v1.2.3