diff options
| author | Jeff Carr <[email protected]> | 2024-12-02 15:45:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-02 15:45:06 -0600 |
| commit | 9a57a20ef78b0648ed721ba0ced93433d4e7d42d (patch) | |
| tree | b3df343e82d8ce35ee96130edfdc2ef738aa5f2c /argv.go | |
| parent | f3803d59294d692c4b0be4ad5cef9ad8116b3797 (diff) | |
trying to verify new protobuf works
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"` |
