[
https://issues.jboss.org/browse/FORGE-1346?page=com.atlassian.jira.plugin...
]
Lincoln Baxter III closed FORGE-1346.
-------------------------------------
Resolution: Won't Fix
Since we have the bayesian distance feature implemented "Did you mean?" I think
that we are OK without this one. It would also be difficult to implement and not a huge
benefit as it would have to be learned (aka, non-intuitive) as a feature.
Introduce wildcards to the CLI
------------------------------
Key: FORGE-1346
URL:
https://issues.jboss.org/browse/FORGE-1346
Project: Forge
Issue Type: Enhancement
Components: UI - Shell
Affects Versions: 2.x Future
Reporter: Antonio Goncalves
At the moment you start typing a command, you hit TAB, and you get all the possible hints
:
{code}
> jpa- TAB
jpa-new-entity jpa-new-field
{code}
If wildcards are introduced, you could then do :
{code}
> *scaffold* TAB
jpa-scaffold-from-db rest-scaffold-from-jpa rest-scaffold-from-ejb
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira