标签: java apache-commons apache-commons-cli
我想使用如下所示的辅助程序进行cmd输出:
用法:java -jar Test.jar [-options] [args ...]
-T --test Testing mode Common all, test1, test2
但是似乎Options类仅具有一个desc的setDescription(String description)。
我该如何解决?