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

feat(task): support --recursive & --filter flags #26838

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

satyarohith
Copy link
Member

@satyarohith satyarohith commented Nov 12, 2024

Work in progress.

We should just have --filter flag maybe?

TODOs:

  • scope log lines by workspace name
  • tests

Towards #24991

@bartlomieju bartlomieju added this to the 2.1.0 milestone Nov 12, 2024
@shanipribadi
Copy link

@satyarohith for pnpm, --filter alone implies -r (you can put pnpm run --filter '*' dev without needing the -r flag), and -r alone is equal to --filter ''.
for bun it doesn't have the --recursive/-r flag, and just uses --filter '
' 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.

3 participants