Updates process_command function to accept an array and return a processed array. Updates the name of process_command to process_args to better reflect its use cases. Enables detection of NIX_WATCH_SHELL_ARGS environment variable, yielding to command line args passed.
Ref #9
Updates
process_command
function to accept an array and return a processed array. Updates the name ofprocess_command
toprocess_args
to better reflect its use cases. Enables detection ofNIX_WATCH_SHELL_ARGS
environment variable, yielding to command line args passed.