]
George Gastaldi closed FORGE-1854.
----------------------------------
Fix Version/s: (was: 2.x Future)
Resolution: Duplicate Issue
Duplicate of FORGE-1751
Support tilde when specifying the package
-----------------------------------------
Key: FORGE-1854
URL:
https://issues.jboss.org/browse/FORGE-1854
Project: Forge
Issue Type: Feature Request
Reporter: Matej Briskar
When specifying the package, the support for tilde (~) was present in forge 1, but is not
in the forge 2.
Examples, where it could be used:
{code}
java-new-class --targetPackage ~.mypackage
java-new-field --type ~.entities.MyEntity
{code}