Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在熟悉 Apache Commons CLI 库。OptionBuilder 具有此功能,您可以在其中指定选项的 arg 名称。我不清楚你需要一个 arg 名称的情况。任何见解都是有价值的。谢谢。
“参数名称”仅用于创建帮助文本。对该getArgName()方法的唯一调用来自HelpFormatter类。
getArgName()
HelpFormatter