icerockdev / shaper

File structure generation tool from templates on Handlebars
Apache License 2.0
12 stars 8 forks source link

Array global params overriding in CLI #11

Open Alex009 opened 3 years ago

Alex009 commented 3 years ago

Now we can override configuration with array type only 1-1 mapping (if we have 3 elements we will input 3 elements in override). we can't delete or append new items in overriding, so this feature useless in real cases for arrays. In this issue need to improve this case someway.