Interface CommandLineOptionsParser

All Known Implementing Classes:
PicocliCommandLineOptionsParser

@API(status=INTERNAL, since="1.0") public interface CommandLineOptionsParser
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    parse​(String... arguments)
     
    void
    printHelp​(Writer writer, boolean ansiColorOutputDisabled)
     
  • Method Details