Ambiguity in understanding whether Value.Set is set from default or explicit
Author: sergenyalcinCreated Jul 8, 2023Updated Jun 10, 2025
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.
Source: alecthomas/kong