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

with --help: print_help command not found #48

Open
b0o opened this issue Nov 8, 2018 · 1 comment
Open

with --help: print_help command not found #48

b0o opened this issue Nov 8, 2018 · 1 comment

Comments

@b0o
Copy link

b0o commented Nov 8, 2018

The -h/--help flag is broken:

$ 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).

@mchav
Copy link
Owner

mchav commented Nov 19, 2018

Ah. Silly oversight. Could you submit a small PR with the change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants