with
with copied to clipboard
with --help: print_help command not found
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).
Ah. Silly oversight. Could you submit a small PR with the change?