The best CLI parser for Java [duplicate]

安稳与你 提交于 2019-11-27 07:05:23
user86614

Here are some of the most popular. They are all pretty feature complete, and having used the top two I can recommend them.

EDIT: For completeness, here are some others I've come across

Gregory Mostizky

JLine is a library for building shell-like applications in Java.

Since 2002, the project was hosted on SourceForge.net and last release was JLine-1.0 on April 2011.

But in 2009, the project has started the migration to GitHub.com and has released the series 2.x since November 2009 (version 2.0). Last version 2.x when writing this answer is 2.14.2 in May 2016.

In October 2016, a new series 3.x has been released.

I don't think scalability is a factor here. you want something which is feature complete and easy to use. I mostly use jargs but I generally dislike it's API (using it out of habit).

you can also try java getopt impl, which I did not personally used.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!