Implement auto-complete to display the commands available
Open
good first issue
help wanted
- Dominant language
- Shell
- Stars
- 176
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
This issue implements an auto-completion feature in the rover to simplify the discovery of the commands available
When typing rover the rover would display the rover modes available like
--landingzone --clone --help
When type rover --landingzone it would display the landingzone attributes
-a -launchpad -env --help
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the rover CLI entry point and the definitions for its top-level modes and landingzone attributes. Check how command-line input is currently parsed, then verify that tab completion lists the requested modes and attributes, including --help.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100