Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve run support for arbitrary commands
Commands like `doppler run "node && node"` or `doppler run -- node -v` were failing to execute. This change passes the user's command to a new shell to improve compatability.
- Loading branch information