[forge-issues] [JBoss JIRA] (FORGE-1485) Rename --target for faces-new-validator-method command

Antonio Goncalves (JIRA) issues at jboss.org
Tue Jan 21 10:38:28 EST 2014


Antonio Goncalves created FORGE-1485:
----------------------------------------

             Summary: Rename  --target for faces-new-validator-method command
                 Key: FORGE-1485
                 URL: https://issues.jboss.org/browse/FORGE-1485
             Project: Forge
          Issue Type: Sub-task
          Components: UI - Shell
            Reporter: Antonio Goncalves
             Fix For: 2.x Future


The {{faces-new-validator-method}} has a {{--target}} parameter but without TAB completion, we don't know what this actually targets. When we hit TAB we get :

{code}
[Language.java]$ faces-new-validator-method --target
Author.java  Item.java  Language.java  Publisher.java
{code}

Most of the {{target}} parameters are suffixed to be more explicit :

{code}
entities-from-tables --targetPackage
faces-new-converter --targetPackage
project-new --targetLocation
{code}

So I would rename it {{targetClass}} :

{code}
faces-new-validator-method --targetClass
{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