Familiarity with npm run all CLIUnderstanding of command line argument parsing
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
50
調査方針
Examine the existing CLI options implementation in npm run all, likely in the main entry file or a CLI module. Look for how other options like parallel and sequential are parsed. The request is for a waterfall flag; determine if it means sequential execution with a specific behavior. Check the issue comments for any clarification or maintainer input. Since there are no linked PRs, consider proposing an implementation that adds a simple flag to run tasks sequentially.
feature request: --waterfall · mysticatea/npm-run-all#22 | Good First Issue