-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
node --run should print list of available tasks #64870
Copy link
Copy link
Closed
Labels
cliIssues and PRs related to the Node.js command-line interface.Issues and PRs related to the Node.js command-line interface.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Description
Activity
Metadata
Metadata
Assignees
Labels
cliIssues and PRs related to the Node.js command-line interface.Issues and PRs related to the Node.js command-line interface.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Type
Projects
- StatusShow more project fieldsIn Progress
What is the problem this feature will solve?
npm runprints a list of available tasks: every task and its corresponding command.node --rundoesn't print anything today, except for an error.It's extremely useful, old and simple feature. When one is switching between repositories, they aren't sure which tasks are present and which aren't.
What is the feature you are proposing to solve the problem?
What alternatives have you considered?
No response