DesignLiquido / DesignLiquido/delegua-node
Interpretador CLI entrando em loop infinito
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Quando usa apenas - sem passar nenhuma flag o interpretador entra em loop:
❯ delegua -
^C
~/delegua_x86 15:19:27
❯
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
Start by reproducing the issue with the delegua - command, then trace the CLI argument handling for a lone -. Confirm the behavior in the existing command-line flow and add or update coverage for this invocation; done means it no longer loops indefinitely and exits or reports the expected result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100