资 源 简 介
Creating a command line interface to a program should be easy and straightforward. Parsing command line arguments is often a factor that increases complexity of such interfaces and frustrates developers. smart-cli-parser abstracts all the parsing logic away so that developers can focus on the business logic of their program.
Update May 2014: The project has migrated to github, https://github.com/freshp86/smartcliparser.