]
Robert Balent resolved FORGE-1555.
----------------------------------
Resolution: Done
Checked and it's working.
Autocomplete should display options without requiring a user to type
in a double hyphen --
------------------------------------------------------------------------------------------
Key: FORGE-1555
URL:
https://issues.jboss.org/browse/FORGE-1555
Project: Forge
Issue Type: Feature Request
Components: UI - Shell
Affects Versions: 2.0.0.Final
Reporter: Vineet Reynolds
Fix For: 2.x Future
When I key in
{noformat}
[Order.java]$ jpa-new-field --named description <TAB>
{noformat}, I do not get to see the options available for the command, until I key in a
double-hyphen, like so:
{noformat}
[Order.java]$ jpa-new-field --named description --
--targetEntity --type --length --lob
{noformat}
I think a tying a TAB after a space should display the options for a command.
Note that this issue is limited in scope (and is different from FORGE-1554) to ensuring
that parameter names are displayed as autocomplete options without requiring a {{--}} to
be keyed in by the user.