Allow passthrough args and pass back error code
- Allow passthrough args to
terraform destroy
by using positional arguments (see README) - Passes back error code from all command line executions, and return that as the error code for the program. For other error, the error code is 1.