-
Notifications
You must be signed in to change notification settings - Fork 481
Need a simpler example #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I totally concur. Well, such mind-twisting example is just defeating the whole point of using this library in the first place. It is rather easier to deal with low-level parsing of command line myself. |
I am very confused with new version. I need to see a simple argument parsing demo |
@g2david @sampomike |
I like this approach. See if you feel that this is easier to understand:
|
If I wanted to write Scala (or any other functional language), I would do so. |
@Rainmaker52 |
@Rainmaker52 I second this. The only thing is that if main returns an int this setup dosen't work. I used this for mine.
|
@Rainmaker52 's example is exactly what the doctor ordered. let's get it in the wiki. |
It would be ideal to also include the actual command line that is being sent to the application. |
the example demo is wayyyy too complicated. 90% of people don't need that level of command line complexity. provide several examples each of varying simplicity.
The text was updated successfully, but these errors were encountered: