-
Notifications
You must be signed in to change notification settings - Fork 5
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
Consider adding --dry-run
option
#29
Comments
I'd really appreciate having this flag. |
Could you please elaborate your use-case a bit? It might appear that
|
My understanding is that |
More abstractly, the user need here is a way to build confidence that a Makesurefile is doing what it should be doing. Being able to see precisely how the tool interprets the input and produces output — without actually executing the output — is a great way to build confidence. |
That's the thing. @goal aaa
@reached_if true
@depends_on ccc
echo 'aaa'
@goal bbb
@depends_on ccc
echo 'bbb'
@goal ccc
echo 'ccc'
|
So given
then
|
@08d2 Thank you for your detailed report! I turned it into test and fixed. |
No description provided.
The text was updated successfully, but these errors were encountered: