-
Notifications
You must be signed in to change notification settings - Fork 797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: cli encoding issue #1248
base: main
Are you sure you want to change the base?
fix: cli encoding issue #1248
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@louis030195 so it took me some time to replicate consistently. I'm not sure whats causing the issue. The behaviour is wild, so its very hard to understand.
Only way I've been able to get it working, is by switching from brocli to Commander, so I wanted to know if you'd be okay with me doing that. Apart from fixing the issue, commander has a wider community support. Their last release was only 2 weeks ago. It has 110M weekly downloads (brocli less than 100K). I've also been using Commander for years now and it has never presented weird encoding issues like this one |
would be great to switch to commander |
@louis030195 wdyt about me adding some tests? i see theres a folder already but there are no tests yet edit: would be using jest |
- @drizzle-team/brocli in favour of commander - kleur in favour of chalk - prompts in favour of inquirer
is it mergeable? |
create will now have two subcommands: - pipe - app
- tauri - electron
@louis030195 it is yes. changes:
|
as always, i've tested it thoroughly. Will keep an eye out for edge cases/bugs but I'm fairly sure its alright. sorry about past bugs |
was thinking we could refactor DX into
x could be some app template specific command to run, and happy to add tests if you guys want them (jest) lmkwyt! |
@screenpipe/dev app create [name] make sense |
description
pr to fix cli encoding issue
related issue: #1247