devcontainers / devcontainers/cli
[Feature Request] Autocompletion for devcontainer cli commands
Open
- Dominant language
- TypeScript
- Stars
- 3k
- Forks
- 457
- Avg merge
- 13h 17m
- Merged PRs (30d)
- 6
Description
It would be helpful if the commands in the terminal will autocomplete.
I would like to see this feature added.
For example:
`devcontainer feature test --skip-s`
when hitting tab it should autocomplete to `--skip-scenarios`
Contributor guide
Research direction
Start at the devcontainer CLI command definitions and trace how `devcontainer feature test` exposes the `--skip-scenarios` option. Determine where shell completion is configured or generated, then verify that typing `devcontainer feature test --skip-s` and pressing Tab completes to `--skip-scenarios` and works for the other CLI commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100