add --no-config (but it doesn't work yet)
This commit is contained in:
parent
991edf9ff2
commit
bfe7180748
1
argv.go
1
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() {
|
||||
|
|
Loading…
Reference in New Issue