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
The -h/--help flag is broken:
-h
--help
$ with -h /usr/bin/with: line 46: print_help: command not found error: "-h" is not a valid executable
Looking at the source, I believe that line 46 should be calling print_usage and/or print_options, not print_help (which doesn't exist).
print_usage
print_options
print_help
The text was updated successfully, but these errors were encountered:
Ah. Silly oversight. Could you submit a small PR with the change?
Sorry, something went wrong.
No branches or pull requests
The
-h
/--help
flag is broken:Looking at the source, I believe that line 46 should be calling
print_usage
and/orprint_options
, notprint_help
(which doesn't exist).The text was updated successfully, but these errors were encountered: