]
Antonio Goncalves updated FORGE-2129:
-------------------------------------
Parent Issue: FORGE-2277 (was: FORGE-2128)
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}