Skip to content

feat: allow nested variable expansion in bash-like default value syntax#420

Open
iamfat wants to merge 3 commits intotheskumar:mainfrom
iamfat:master
Open

feat: allow nested variable expansion in bash-like default value syntax#420
iamfat wants to merge 3 commits intotheskumar:mainfrom
iamfat:master

Conversation

@iamfat
Copy link

@iamfat iamfat commented Aug 24, 2022

add support to bash-like nested env syntax like B=${B:-BEGIN${A}END} and B=${B:=BEGIN${A}END}

@theskumar
Copy link
Owner

@iamfat The test for Typing seems to be failing. Can you please take a look?

@iamfat
Copy link
Author

iamfat commented Sep 3, 2022

I fixed the typing problems. should be ok now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants