alecthomas / kingpin

CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser
MIT License
3.5k stars 273 forks source link

There is a problem with flag and kingpin colleagues #321

Open caoshitong369 opened 3 years ago

caoshitong369 commented 3 years ago

If flag.parse() and kingpin.parse() exist at the same time, kingpin will override the flag。 image