diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 23:25:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 23:25:55 -0600 |
| commit | 39f72d20344c5bbe05b83a13eee9c0d7b54f7e78 (patch) | |
| tree | bba755911c142fb357804a006dc11183063c2b37 /argv.go | |
| parent | cbbd43f7b59cee14ed3c83d1da33a04cf8e73bbc (diff) | |
better git checkout
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` } |
