Christian Preston
Christian Preston
Hey @Mist3rBru! I am still seeing some weirdness with multiline on password. Think you can check it out? Once we fine tune this. I will ping nate for feedback. Then...
## Initial thoughts: @Mist3rBru Great Work 🙏🏼 , I actually kinda of like this.. This could be a great addition. I'm just not for sure on the namespace `builder`. It...
@Mist3rBru I think you are on the right path. I am thinking of something that can try to fill most gaps with current p.text() input. Have you used https://fig.io/ ?...
@Mist3rBru I like that. My only questions here 1. Should we deprecate `groups` in favor on this ? 2. Since this is the same functionality as `group` a end user...
@Mist3rBru I made some improvements to examples please check this out: https://github.com/natemoo-re/clack/commit/de9f5b6c7f92237189972f185b24d7128434f7d4
The only downside is, that it will increase size of module. Which is the only thing I can think of.
What it would look like ```ts const defaultHooks = { 'clack:input:cancel': () => { cancel("Operation cancelled."); process.exit(0); } } const dir = await text({ message: "Where should we create your...
@natemoo-re The only reason I included `unjs/hookable` was in favor on types and creating of new hooks so if someone created a wrapper like what you did for `@clack/prompts` they...
@natemoo-re As I think this temporarily solves for clack/prompts it will not be solved at the core package which I do think, it would better placement for these hooks still...
@privatenumber Sorry it was written up poorly and I apologize for that. To be clear this isn't just for `@clack/prompts` as it is one of the use cases, I was...