diff options
| author | Jeff Carr <[email protected]> | 2024-12-03 17:59:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-03 17:59:47 -0600 |
| commit | 923160d70cd4f21896d6c57a39bdcce3e1ae0af6 (patch) | |
| tree | ef0ab18cfd34c42b616461fc9f86ecf1a4d46b9a /argv.go | |
| parent | d1cc3bd09a78bc83f8fa50af267c15bebac880df (diff) | |
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ type args struct { Clone bool `arg:"--clone" help:"go-clone things you are missing"` Force bool `arg:"--force" help:"force redo go-clone"` Erase bool `arg:"--erase" help:"erase"` + Private bool `arg:"--private" help:"list private repos in .config/forge/"` } func (args) Version() string { |
