@Retention(RUNTIME) @Target(FIELD) public static @interface CommandLine.Unmatched
@Unmatched
will be initialized with the list of unmatched command line arguments, if any.
If this annotation is found, picocli automatically sets unmatchedArgumentsAllowed to true
.CommandLine.isUnmatchedArgumentsAllowed()
Copyright © 2017–2019. All rights reserved.