Option to show name of current argument
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 818
- Forks
- 249
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 30
Description
A feature from zsh-autocomplete.

This is quite useful when it's tricky to remember the order of the arguments. For instance the argument order of git merge and git rebase can be tricky to remember since they're "reversed" in a way (git merge A B merges A into B, while git rebase A B rebases B on top of A).
Somewhat related: #356
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 comparing the linked zsh-autocomplete behavior and reviewing related issue #356; the payload names no files, tests, or entry points. Define the option's behavior and configuration before locating the argument-completion code. Done means the current argument name can be shown while navigating commands such as git merge and git rebase.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100