mason icon indicating copy to clipboard operation
mason copied to clipboard

feat: Multiline input types as List<String>

Open erlangparasu opened this issue 1 year ago • 4 comments

Description

feat: Multiline input types as List<String>

Requirements

  • [ ] Support multiline text paste from clipboard

Additional Context

erlangparasu avatar Jul 17 '23 22:07 erlangparasu

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!

felangel avatar Jul 25 '23 01:07 felangel

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 avatar Jul 26 '23 06:07 erlangparasu

@erlangparasu is there a CLI tool that supports this?

felangel avatar Sep 13 '23 01:09 felangel

@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

erlangparasu avatar Sep 13 '23 01:09 erlangparasu