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: filter tags by CLI parameter #14

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

oyarsa
Copy link
Contributor

@oyarsa oyarsa commented Jan 15, 2025

Closes #12.

src/cli.rs Show resolved Hide resolved
@rorybyrne
Copy link
Collaborator

Maybe add a quick test case for filtering? Then I'm ready to merge this if you're happy with it.

@oyarsa
Copy link
Contributor Author

oyarsa commented Jan 15, 2025

Maybe add a quick test case for filtering? Then I'm ready to merge this if you're happy with it.

What do you mean? Moving the filtering to a separate function so we can unit-test it? Where would it go? Stay in the cli.rs file?

@rorybyrne
Copy link
Collaborator

Ah true the logic is in Clap. Let's merge this now then, and do E2E tests later. Thanks!

@rorybyrne rorybyrne merged commit 8bd1535 into flywhl:main Jan 15, 2025
1 check passed
@oyarsa oyarsa deleted the push-npoynmzmwkkz branch January 15, 2025 15:40
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.

feat: --tags option to filter specific @tags
2 participants