So if i have a flag as follows, can i validate this is set without adding required?
The rational is I just want to know if it was defaulted from an ENV or set via a command flag.
Stage stageFlag `help:"The stage this is deployed." env:"STAGE"`
Cheers