diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 15:10:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 15:10:55 -0600 |
| commit | 82935ae6b2d413322b18a9b487973e5ab04e6efd (patch) | |
| tree | 347ae7e15eea4c5186cfe4c307be67d488a533dd /validate/argv.go | |
| parent | fd3b806b4a1f647103c7ecb417cf1ffced9c4cb1 (diff) | |
attempt to detect new package dependancy versionsv0.0.14
Diffstat (limited to 'validate/argv.go')
| -rw-r--r-- | validate/argv.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/validate/argv.go b/validate/argv.go index b4150b4..c46149b 100644 --- a/validate/argv.go +++ b/validate/argv.go @@ -9,9 +9,9 @@ import ( var argv args type args struct { - List bool `arg:"--list" default:"false" help:"list repos in your config"` - SaveConfig bool `arg:"--save" default:"false" help:"save your config file at the end"` - Interesting bool `arg:"--interesting" default:"false" help:"something you decided was cool"` + List bool `arg:"--list" default:"false" help:"list repos in your config"` + SaveConfig bool `arg:"--save" default:"false" help:"save your config file at the end"` + Interesting bool `arg:"--interesting" default:"false" help:"something you decided was cool"` } func (a args) Description() string { |
