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

--help doesn't print component specific command line options #693

Closed
maciekab opened this issue Feb 6, 2013 · 2 comments
Closed

--help doesn't print component specific command line options #693

maciekab opened this issue Feb 6, 2013 · 2 comments

Comments

@maciekab
Copy link
Member

maciekab commented Feb 6, 2013

Some external components may support command line options in addition to those exposed by hpx library. This functionality is exported via HPX_REGISTER_COMMANDLINE_MODULE macro. Even though the component specific options are correctly passed to the component, the user is unable to see which options are actually available for each component when using --help option.

Status as of a69ce50, gcc-4.6.3, boost-1.52.0.

@ghost ghost assigned hkaiser Feb 6, 2013
@hkaiser
Copy link
Member

hkaiser commented Feb 6, 2013

Have you tried --help=full?

@maciekab
Copy link
Member Author

maciekab commented Feb 6, 2013

Yup, but it doesn't do anything (no additional printout whatsoever, not
even the standard hpx help options). The program executes as usual, though.

@hkaiser hkaiser closed this as completed in 8b67315 Feb 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants