|
|
|
@ -13,7 +13,7 @@ Config string |
|
|
|
func ParseOpts() Opts { |
|
|
|
func ParseOpts() Opts { |
|
|
|
var opts Opts |
|
|
|
var opts Opts |
|
|
|
|
|
|
|
|
|
|
|
flag.StringVar(&opts.Config, "config", "config.json", "config file") |
|
|
|
flag.StringVar(&opts.Config, "config", "jankifier.json", "config file") |
|
|
|
flag.BoolVar(&opts.Force, "force", false, "force a full convert") |
|
|
|
flag.BoolVar(&opts.Force, "force", false, "force a full convert") |
|
|
|
flag.Parse() |
|
|
|
flag.Parse() |
|
|
|
|
|
|
|
|
|
|
|
|