-
Sub-task
-
Resolution: Done
-
Major
-
2.0.0.CR2
-
None
I have a few commands in a text file :
jpa-new-entity --named Book ; jpa-new-field --named isbn ; jpa-new-field --named title ; jpa-new-field --named author ; jpa-new-field --named description --length 2000 ;
When I copy paste these 5 lines in the Forge shell I get :
[Book.java]$ jpa-new-field --named isbn ;
***SUCCESS*** Field isbn created
[Book.java]$
Only the first line is pasted and executed (the other lines are ignored)
- relates to
-
AESH-196 Reader thread might swallow the first char after a new line in scripts
- Resolved