ethereum-optimism / ethereum-optimism/super-cli
ensure clear shutdown
Open
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
currently CLI doesn't exit when a flow is finished
the ink app exits when the nodejs process exits, meaning there needs to be no
- active servers
- active requests
- active readstreams
- etc.
make sure we clean these up to force an exit
Contributor guide
Assessment
This issue has not been assessed yet.