Package picocli

Annotation Type CommandLine.Unmatched


  • @Retention(RUNTIME)
    @Target(FIELD)
    public static @interface CommandLine.Unmatched
    Fields annotated with @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.
    Since:
    3.0
    See Also:
    CommandLine.isUnmatchedArgumentsAllowed()