with icon indicating copy to clipboard operation
with copied to clipboard

with --help: print_help command not found

Open b0o opened this issue 7 years ago • 1 comments

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

b0o avatar Nov 08 '18 00:11 b0o

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

mchav avatar Nov 19 '18 22:11 mchav