add --no-config (but it doesn't work yet)

This commit is contained in:
Jeff Carr 2024-11-07 05:07:13 -06:00
parent 991edf9ff2
commit bfe7180748
1 changed files with 1 additions and 0 deletions

View File

@ -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() {