rrthomas / cw

Colorizing wrapper generator for shell commands, with many pre-defined wrappers
GNU General Public License v3.0
43 stars 2 forks source link

Don't parse command-line if we have a command to run #5

Closed rrthomas closed 4 years ago

rrthomas commented 9 years ago

If arg[1] is non-nil and doesn't start with a hyphen, assume we are running a command and let it parse the command line.