TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Compute command-line arguments with Apache Commons CLI

2 pointsby buduover 14 years ago

1 comment

jph98over 14 years ago
There's also JCommander - such is the myriad of random Java frameworks for achieving the same thing.<p><a href="http://beust.com/weblog/2010/07/13/announcing-jcommander-1-0/" rel="nofollow">http://beust.com/weblog/2010/07/13/announcing-jcommander-1-0...</a><p>It's annotation based though and looks to be a bit easier to use Commons CLI - which is what I currently use on projects.