[forge-issues] [JBoss JIRA] (FORGE-1346) Introduce wildcards to the CLI

Ståle Pedersen (JIRA) issues at jboss.org
Tue Dec 17 15:58:32 EST 2013


    [ https://issues.jboss.org/browse/FORGE-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932198#comment-12932198 ] 

Ståle Pedersen commented on FORGE-1346:
---------------------------------------

well, atm this wont be possible in æsh since the completor never remove any text. it can only add. - ive planned to change this in an upcoming version, but i do not know when.
imo i think a feature like this would create more confusion than it would be helpful. i just cant imagine an intuitive way of selecting which command to select. - if you're not thinking of similar to what zsh have?
                
> 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



More information about the forge-issues mailing list