]
Ståle Pedersen commented on FORGE-1554:
---------------------------------------
the default behaviour in bash is to only auto complete options when you type - or --, that
is why it works this way in æsh.
Autocomplete should populate required options without requiring users
to key in the option names
------------------------------------------------------------------------------------------------
Key: FORGE-1554
URL:
https://issues.jboss.org/browse/FORGE-1554
Project: Forge
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: UI - Shell
Affects Versions: 2.0.0.Final
Reporter: Vineet Reynolds
Fix For: 2.x Future
When I key in {{project-new <TAB>}} I expect to see the shell populate the
{{--named}} option, since it is a mandatory option.
This was the behavior in Forge 1. {{new-project <TAB>}} will auto-complete to
{{new-project --named}}. It makes me productive (personal opinion), by not requiring me to
key in the option names of commands that are mandatory.
Note that this issue is limited in scope to ensuring that mandatory parameter names are
completed on TAB.