We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Filter actions
Please explain the problem you want to solve.
Sometimes we want to update only specific actions.
command and configuration
Add a command line option -include <regexp> and -exclude <regexp>
-include <regexp>
-exclude <regexp>
pinact run -include checkout
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Overview
Filter actions
Why is the feature needed?
Sometimes we want to update only specific actions.
Example Code
Add a command line option
-include <regexp>
and-exclude <regexp>
The text was updated successfully, but these errors were encountered: