mason
mason copied to clipboard
feat: Multiline input types as List<String>
Description
feat: Multiline input types as List<String>
Requirements
- [ ] Support multiline text paste from clipboard
Additional Context
Hi @erlangparasu 👋 Thanks for opening an issue!
Can you please provide some more context regarding the problem you are trying to solve and how the proposed solution would look? Thanks!
Tools which allow developers to create
and consume reusable templates
called bricks.
For example i copy that (multiline) text,
then paste/input it to a mason cli app,
i want the app got the text as List<String>
of lines.
Thanks!
@erlangparasu is there a CLI tool that supports this?
@felangel i see it in Symfony's CLI creating entity class https://symfony.com/doc/current/doctrine.html#creating-an-entity-class But not exac case like i mention before (multiline text), they input list of string on the go