Skip to content
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

Make ArgParser library have a default "help" behavior #7806

Closed
efortuna opened this issue Jan 9, 2013 · 2 comments
Closed

Make ArgParser library have a default "help" behavior #7806

efortuna opened this issue Jan 9, 2013 · 2 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug

Comments

@efortuna
Copy link
Contributor

efortuna commented Jan 9, 2013

Looks like if you want to have a help message to print all the helpful documentation you wrote about the options your file takes, you need to explicitly add that with "addFlag("help", abbr: 'h'... ) ... printUsage();" etc In the python arg parsing library that help option and behavior is built in automatically by default. Can we have this behavior, too? :-)

@munificent
Copy link
Member

Yeah, I'd like to do a little something more automatic here.

@efortuna efortuna added Type-Enhancement P3 A lower priority bug or feature request area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. labels Jan 9, 2013
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed triaged labels Feb 29, 2016
@lrhn lrhn added the closed-obsolete Closed as the reported issue is no longer relevant label Aug 11, 2017
@lrhn
Copy link
Member

lrhn commented Aug 11, 2017

The argument parser is no longer in this repository.

@lrhn lrhn closed this as completed Aug 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

4 participants