We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error.command
Should error.command be renamed to error.file, error.script or error.program? For two reasons:
error.file
error.script
error.program
execa.command()
README
This applies also to result.command.
result.command
The text was updated successfully, but these errors were encountered:
Yes, I would go with .file.
.file
Sorry, something went wrong.
It turns out error.command is in fact the file but also its arguments. So it should not be renamed to .file.
Since we both got confused, I've added two PRs to make both the code and the README clearer: #278 and #279.
No branches or pull requests
Should
error.command
be renamed toerror.file
,error.script
orerror.program
? For two reasons:execa.command()
and having both is a little confusing both in theREADME
.This applies also to
result.command
.The text was updated successfully, but these errors were encountered: