summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-02 15:45:06 -0600
committerJeff Carr <[email protected]>2024-12-02 15:45:06 -0600
commit9a57a20ef78b0648ed721ba0ced93433d4e7d42d (patch)
treeb3df343e82d8ce35ee96130edfdc2ef738aa5f2c /argv.go
parentf3803d59294d692c4b0be4ad5cef9ad8116b3797 (diff)
trying to verify new protobuf works
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 3c19f8b..81668c1 100644
--- a/argv.go
+++ b/argv.go
@@ -9,6 +9,7 @@ var argv args
type args struct {
List bool `arg:"--list" help:"list found repos"`
ListConf bool `arg:"--list-conf" help:"list your .config/forge/ configuration"`
+ ReadOnly bool `arg:"--read-only" help:"include read-only repos"`
GetMine bool `arg:"--mine" help:"download private and writeable repos"`
GetFav bool `arg:"--favorites" help:"download repos marked as favorites"`
Pull bool `arg:"--git-pull" help:"run 'git pull' on all your repos"`