Interface ArgsParser<T>

All Known Implementing Classes:
ArgsParserPicocli

public interface ArgsParser<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String[] args)
     
    default T
    parse(List<String> args)
     
  • Method Details