Some auto-generated completions use invalid syntax ...args
Open
Nobody has claimed this yet.
bug
- Dominant language
- Nushell
- Stars
- 1.3k
- Forks
- 323
- Avg merge
- 2h 55m
- Merged PRs (30d)
- 3
Description
Trying to load curl.nu fails at
Error: nu::parser::unexpected_eof (link)
× Unexpected end of code.
╭─[C:\Users\me\Documents\nu_scripts\custom-completions\auto-generate\completions\curl.nu:454:1]
454 │ ...args
455 │ ]
╰────
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 loading custom-completions/auto-generate/completions/curl.nu and inspect line 454, where the reported unexpected_eof occurs around ...args. Confirm the failure with Nushell, then make the generated completion valid so curl.nu loads without a parser error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100