alecthomas / kong

Kong is a command-line parser for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ambiguity in understanding whether Value.Set is set from default or explicit

sergenyalcin opened this issue · comments

Currently, we cannot distinguish whether we set any flags as explicit or by default. For this, I think, we may consider using a new API field in the Value struct that will present whether the flag is set to the default or not.