git-like-cli
git-like-cli copied to clipboard
Allow optional option arguments
Detect the presence of Optional<?> as the type of a field, and set the value to Optional.absent() if no parameter is set for the option.
Good idea.