Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SSH: allow numbers to be used as arguments to ssh commands (#46)
This PR fixes a problem preventing users from using numbers as arguments e.g. `p0 ssh private-node sleep 10` ``` TypeError: argument.replace is not a function at /Users/miguelcampos/src/p0cli/dist/plugins/aws/ssm/index.js:119:18 at Array.map (<anonymous>) at commandParameter (/Users/miguelcampos/src/p0cli/dist/plugins/aws/ssm/index.js:116:10) at /Users/miguelcampos/src/p0cli/dist/plugins/aws/ssm/index.js:141:18 at Generator.next (<anonymous>) at fulfilled (/Users/miguelcampos/src/p0cli/dist/plugins/aws/ssm/index.js:5:58) ```
- Loading branch information