Skip to content
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

refactor(vite-node): Replace minimist with cac #1249

Conversation

antoinerey
Copy link
Contributor

@antoinerey antoinerey commented May 6, 2022

As discussed in #1215, let's replace minimist with cac to allow further changes.

Note that --silent and --vue flags have been removed from the CLI. They were displayed in the help, but were not used in any way.

@netlify
Copy link

netlify bot commented May 6, 2022

Deploy Preview for vitest-dev ready!

Name Link
🔨 Latest commit 8683de6
🔍 Latest deploy log https://app.netlify.com/sites/vitest-dev/deploys/6274f6256f0628000897ce71
😎 Deploy Preview https://deploy-preview-1249--vitest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Comment on lines 29 to 30
// silent?: boolean
// vue?: boolean
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are those two options still necessary? I could not find any reference to them. Were they forgotten in a previous refactor?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we could remove them

@antoinerey antoinerey force-pushed the refactor/switch-vite-node-from-minimist-to-cac branch from a9f58f4 to a15cefc Compare May 6, 2022 10:16
@antoinerey antoinerey force-pushed the refactor/switch-vite-node-from-minimist-to-cac branch from c02af23 to 8683de6 Compare May 6, 2022 10:19
@antfu antfu merged commit d9ad044 into vitest-dev:main May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants