这是indexloc提供的服务,不要输入任何密码
Skip to content

We lost -- prefixing passthrough args #1405

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

Merged
merged 2 commits into from
Jun 14, 2022
Merged

Conversation

gsoltis
Copy link
Contributor

@gsoltis gsoltis commented Jun 13, 2022

Fixes #1355

Prefix passthrough args with -- so that they get routed through the package manager

@vercel
Copy link

vercel bot commented Jun 13, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
turbo-site ⬜️ Ignored (Inspect) Jun 13, 2022 at 10:28PM (UTC)

@jaredpalmer jaredpalmer marked this pull request as ready for review June 14, 2022 01:09
@jaredpalmer
Copy link
Contributor

Test timeout? Or panic?

@kodiakhq kodiakhq bot merged commit e828731 into main Jun 14, 2022
@kodiakhq kodiakhq bot deleted the gsoltis/passthrough_args branch June 14, 2022 01:31
@PacoSoftwerft
Copy link

As I sometimes run turbo via npm it may be helpful to know you can chain the double dash.
Example:

npm run xy -- -- --flag

What happens npm run xy -- -- --flag -> turbo run xy -- --flag -> xy --flag

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.

Can't pass arguments to the underlying command when using --filter
3 participants