alecthomas / kingpin

CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2 support config overvide flag request

daixiang0 opened this issue · comments

I want configuration values are considered in the following order (lowest to highest):

  • config file
  • environment value
  • command line

It needs get flag value before Parse which does not support.

Is there any way to do this?