Feature idea
Enhance CLI auto-completion for the ide upgrade command so that the --mode parameter provides intelligent suggestions for its enumerated values when typing after the equals sign (=).
Specifically, the auto-completion should recognize that --mode accepts only a predefined set of values and suggest these values directly at the correct input position.
This improvement should:
- Allow users to discover valid parameter values interactively
- Reduce the need to memorize CLI options
Example:
Expected suggestions: stable or snapshot.
Additional context
No response
Feature idea
Enhance CLI auto-completion for the
ide upgradecommand so that the--modeparameter provides intelligent suggestions for its enumerated values when typing after the equals sign (=).Specifically, the auto-completion should recognize that
--modeaccepts only a predefined set of values and suggest these values directly at the correct input position.This improvement should:
Example:
Expected suggestions:
stableorsnapshot.Additional context
No response