Quote:
Originally Posted by geek1011
For overriding the in tag, it would be simple (just setting cfg.In). I would need to add pflag for command line parsing, so tell me before you make a PR, if you are planning to. I can do this myself if you want.
|
Do you prefer the external
pflag or the golang internal
flag library? Syntax-wise they seem to be rather close.
Adding some command line parsing I would switch to specifying the config yaml via an extra cmd line flag instead of a normal argument?
E.g.
Code:
kobopatch [--config SomeConfig.yaml] [--firmware PathToFirmware.zip]
WDYT?