How do I parse command line arguments in Java?

前端 未结 19 1651
终归单人心
终归单人心 2020-11-22 00:16

What is a good way of parsing command line arguments in Java?

19条回答
  •  清酒与你
    2020-11-22 00:37

    Argparse4j is best I have found. It mimics Python's argparse libary which is very convenient and powerful.

提交回复
热议问题