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
When executing command iCount -h or iCount peaks -h, the output should be formatted:
iCount -h
iCount peaks -h
The solution will probably involve writing custom subclass of argparse.HelpFormatter.
argparse.HelpFormatter
The text was updated successfully, but these errors were encountered:
doc: Suppress comment lines at beginning of modules, relates to #86
0ab17ed
cli: Prettify CL help messages, relates to tomazc#86
f869965
JureZmrzlikar
No branches or pull requests
When executing command
iCount -h
oriCount peaks -h
, the output should be formatted:The solution will probably involve writing custom subclass of
argparse.HelpFormatter
.The text was updated successfully, but these errors were encountered: