Package picocli

Class CommandLine.Model.UnmatchedArgsBinding

  • Enclosing class:
    CommandLine.Model

    public static class CommandLine.Model.UnmatchedArgsBinding
    extends java.lang.Object
    This class allows applications to specify a custom binding that will be invoked for unmatched arguments. A binding can be created with a ISetter that consumes the unmatched arguments String[], or with a IGetter that produces a Collection<String> that the unmatched arguments can be added to.
    Since:
    3.0