diff --git a/argv.go b/argv.go index 05e5e23..ac0bdd9 100644 --- a/argv.go +++ b/argv.go @@ -21,6 +21,7 @@ type argv struct { CheckoutDevel bool `arg:"--switch-to-devel-branch" help:"switch everything to the devel branch"` OnlyMe bool `arg:"--only-me" help:"only scan repos from ~/.config/autotypist"` Port int `arg:"--port" default:"9419" help:"do fun stuff with curl"` + NoConfig int `arg:"--no-config" help:"don't load ~/.config/autotypist"` } func init() {