The `tapioca init` command should allow the `--workers` option
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Ruby
- Stars
- 873
- Forks
- 164
- Avg merge
- 4d 27m
- Merged PRs (30d)
- 9
Description
Since we invoke gem under the hood: https://github.com/Shopify/tapioca/blob/main/lib/tapioca/cli.rb#L32.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in lib/tapioca/cli.rb at line 32, where the command invokes gem, and trace how options for tapioca init are handled. Verify the behavior by running tapioca init with --workers; done means the option is accepted and passed through as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100