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
deno task
Currently deno task without arguments returns status code 1 even when it successfully lists the tasks.
Is this behavior intentional?
There was a community feedback that this behavior is confusing, and it should return 0.
Note: npm run (with no arg) returns exit code 0.
npm run
The text was updated successfully, but these errors were encountered:
fix(cli): deno task exit with status 0
f0389f5
denoland#25632 Exit code 1 indiciates some sort of failure but `deno task` (without arguments) is used to list available commands.
703e8dc
a666c8c
Successfully merging a pull request may close this issue.
Currently
deno task
without arguments returns status code 1 even when it successfully lists the tasks.Is this behavior intentional?
There was a community feedback that this behavior is confusing, and it should return 0.
Note:
npm run
(with no arg) returns exit code 0.The text was updated successfully, but these errors were encountered: