We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug -h
-h
$ qmc-fit -h error: unknown fit type: -h valid options are: ['ts', 'u'] exiting. File "/home/yeluo/opt/qmcpack/nexus/bin/qmc-fit", line 559, in <module> error('unknown fit type: {0}\nvalid options are: {1}'.format(fit_type,fit_types)) File "/home/yeluo/opt/qmcpack/nexus/lib/generic.py", line 138, in error traceback.print_stack()
--help
$ qmc-fit --help error: unknown fit type: --help valid options are: ['ts', 'u'] exiting. File "/home/yeluo/opt/qmcpack/nexus/bin/qmc-fit", line 559, in <module> error('unknown fit type: {0}\nvalid options are: {1}'.format(fit_type,fit_types)) File "/home/yeluo/opt/qmcpack/nexus/lib/generic.py", line 138, in error traceback.print_stack()
It would be better to have a nice help output
The text was updated successfully, but these errors were encountered:
Good point
--help should be implemented for consistency with qmca
Since qmc-fit uses OptionParser like qmca, adding --help should be quick.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
-h
--help
It would be better to have a nice help output
The text was updated successfully, but these errors were encountered: