Allow incomplete names as arguments
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4
- Forks
- 0
- Avg merge
- 5h 14m
- Merged PRs (30d)
- 5
Description
Sometimes the whole exact name can be a mouthful to remember, and copy-pasting all the time is an annoying first-world problem.
Please allow me to write an incomplete name if there is only one match for it 🥺👉👈
Alternatively (or in addition), completion/autocomplete on cluster names would also be nice.
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
The issue names no files or tests. Start by locating the CLI argument parsing and cluster-name matching entry points, then determine how a unique incomplete name is resolved. Done should include successful unique-prefix handling and tests for ambiguous and unmatched names; autocomplete is listed as an alternative or additional scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100