diff options
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 { |
