Antonio Goncalves created FORGE-2129:
----------------------------------------
Summary: Parameters syntax should be more unix-like
Key: FORGE-2129
URL:
https://issues.jboss.org/browse/FORGE-2129
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.12.1.Final
Reporter: Antonio Goncalves
Fix For: 3.x Future
Today some command parameters use Camel case :
{code}
jpa-new-entity --named myfield --columnName my_field
{code}
The idea is to replace the Camel case {{columnName}} with {{column-name}}
{code}
jpa-new-entity --named myfield --column-name my_field
{code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)