execa
execa copied to clipboard
Support `URL` where paths are supported?
Node.js is adopting it for a lot of APIs.
-
fileargument. -
cwdoption. -
localDiroption. -
execPathoption. -
nodePathoption.
@ehmicky Thoughts?
If we decide to do this, we should probably open a Node.js issue about supporting URL for things in childProcess too.
Yes, this makes sense :+1:
Status update.
Done for:
-
cwdoption -
localDiroption -
stdin/stdout/stderroptions
Not done for:
-
execPathoption -
nodePathoption -
inputFileoption -
fileargument
execPath done at https://github.com/sindresorhus/npm-run-path/pull/16 and #633
nodePath done at #632.
inputFile done at #630.
file argument done at https://github.com/sindresorhus/execa/pull/631
Only one missing: the shell option, done at #635.