Allow using CLI parameters and environment vars
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 38
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
JSON tasks should be able to use `$1`, `$2`, `$NODE_ENV`, ...
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the CLI argument parsing and JSON task execution entry points in the repository, then inspect any existing tests around task variables. Determine how positional parameters and environment variables are currently handled. Done means JSON tasks can access values such as $1, $2, and $NODE_ENV, with tests covering the supported forms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100