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

Expand to self without stack overflow #100

Closed
wants to merge 3 commits into from

Conversation

mch
Copy link

@mch mch commented Jun 29, 2023

Addresses issue #98.

My use case invovles setting a variable to a default if it is not already set.

mch added 2 commits June 29, 2023 12:23
When the replacement value is the same as the group, use the default or
config value instead.
@mch
Copy link
Author

mch commented Jun 29, 2023

This isn't actually fixing the problem in my production set up.

@mch mch closed this Jun 29, 2023
@mch mch reopened this Jun 29, 2023
@mch
Copy link
Author

mch commented Jun 29, 2023

My prod set up contained something like THING=${THING-default}, missing the :, which I guess is valid bash but not supported here.

@motdotla
Copy link
Owner

motdotla commented Feb 8, 2024

we should add support for ${THING-default}. ticket added #105

@motdotla
Copy link
Owner

support added here: #109

being released as v11.0.0

@motdotla motdotla closed this Feb 10, 2024
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.

2 participants