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
.py
When printing usage for any of the scripts in bin folder (e.g., rspeek), it prints out the name of the script file (with .py extension), e.g.:
bin
rspeek
usage: peek.py [-h] [--output [OUTPUT]] [--delimiter DELIMITER]
It should print the actual name of the program:
usage: rspeek [-h] [--output [OUTPUT]] [--delimiter DELIMITER]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
When printing usage for any of the scripts in
bin
folder (e.g.,rspeek
), it prints out the name of the script file (with.py
extension), e.g.:Expected
It should print the actual name of the program:
The text was updated successfully, but these errors were encountered: