Description
currently, using Gogo Argument and Option in commands uses reflection to retrieve the default value of Arguments or Options. This has the disadvantage that in some cases this default value is overwritten somewhere else not representing the "real" default value. Adding an additional parameter (e.g. valueToShowInHelp) which can be used to set a specific value or completely suppress the output (setting it empty)