-
Notifications
You must be signed in to change notification settings - Fork 479
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
Using variables in recipe parameters #1310
Comments
Outside of recipes, you don't need
Let me know if that works for you! |
That works! Thanks, I should have realized that was the case. Is the namespace global? For example if one defines the |
PS added a short example for this in #1311 if you find it useful. |
You bet! The namespace is global, but if you try to redefine a variable with a function parameter, it actually complains:
|
I noticed it's not currently possible to do something like:
Is this by design or just something that no one has added support yet? In my real life example I have two top level commands that currently take string values for file names. I would like to define those file names as a variable that I can reuse.
The text was updated successfully, but these errors were encountered: