diff options
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"` |
