Closed
Description
If CommandRegistration
is used manually and option is defined i.e. as Integer
parser should try to convert given value(which is always String) so that value can get asked from a context as Integer
. This would remove need for user to do conversion an options's default value is already converted so these two should behave same.
Annotation model has its own conversion logic so it doesn't see this issue.