public static interface CommandLine.Model.IBinding
<T> T get() throws CommandLine.PicocliException
CommandLine.PicocliException
- if a problem occurred while obtaining the current value<T> T set(T value) throws CommandLine.PicocliException
getter
returned null
. For single-value options and positional parameters,
this method simply sets the value.T
- type of the valuevalue
- the new value of the bindingCommandLine.PicocliException
- if a problem occurred while setting the new value