You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently unmatched command line arguments, when accepted, are available from the CommandLine instance via the getUnmatchedArguments method. However, the user-defined annotated command object does not have access to the CommandLine instance so it cannot call this method.
The unmatched arguments can be injected into a field annotated with @Unmatched.
The text was updated successfully, but these errors were encountered:
Currently unmatched command line arguments, when accepted, are available from the
CommandLine
instance via thegetUnmatchedArguments
method. However, the user-defined annotated command object does not have access to theCommandLine
instance so it cannot call this method.The unmatched arguments can be injected into a field annotated with
@Unmatched
.The text was updated successfully, but these errors were encountered: