diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 10:34:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 10:34:13 -0600 |
| commit | 335531e0fbc2c99051723e659ac99624bb09690c (patch) | |
| tree | 28c2b1786a9c25f4988d8bc44c127f70618cdc88 /argv.go | |
| parent | 8fabd77b4938faf2572e5b92658f71f934ef5652 (diff) | |
misc code cleanupsv0.22.47
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ type ConfigAddCmd struct { Favorite bool `arg:"--favorite" default:"false" help:"forge will always go-clone or git clone this"` Private bool `arg:"--private" default:"false" help:"repo can not be published"` Interesting bool `arg:"--interesting" default:"false" help:"something you decided was cool"` + DebName string `arg:"--debname" help:"the name of the debian package (or rpm, etc)"` Master string `arg:"--master" help:"the git 'master' or 'main' branch name"` Devel string `arg:"--devel" help:"the git devel branch name"` User string `arg:"--user" help:"the git user branch name"` |
