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
So that it will be possible to see which tasks are going to be executed.
The text was updated successfully, but these errors were encountered:
@AlexDaniel,
I'd be happy to implement this. Do you have any idea how you would prefer to pass parameters to separate tasks?
Sorry, something went wrong.
I was thinking about a global flag in MAIN.
Sure. But here's the way I was thinking about implementing it:
Take global flag from main. Pass it to tasks. If it finds :$dry_run as truthy, then print task name and return.
Sure, it could probably use headers and such to indicate that a run is being dried, but that could be done in either MAIN or execute().
No branches or pull requests
So that it will be possible to see which tasks are going to be executed.
The text was updated successfully, but these errors were encountered: