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).
The
-h/--helpflag is broken:Looking at the source, I believe that line 46 should be calling
print_usageand/orprint_options, notprint_help(which doesn't exist).