open-cli-tools / open-cli-tools/concurrently
--handle-input not working with Expo?
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.9k
- Forks
- 281
- Avg merge
- 17h 12m
- Merged PRs (30d)
- 1
Description
- Description: I'm trying to run
expo startalong with another command, I'm using--handle-inputbut nothing happens when I pressr(reload) ori(open on iOS) - Expected Behavior: I would expect the commands to be forwarded to the Expo CLI
- Environment: macOS, Node lts/jod
- Reproduction:
concurrently -k -n 'mobile-client,backend' -c 'red,green' --handle-input 'yarn expo start' 'yarn workspace backend run dev'
Contributor guide
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
Reproduce the reported command on macOS and trace the CLI handling for the --handle-input option, using the Expo start process and its r and i inputs. Done means those commands are forwarded to Expo CLI and trigger reload or iOS opening while the backend process runs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100