You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(config): add environment variable expansion with defaults
- Introduced a new function `expandEnvWithDefaults` to support environment variable expansion with default values, accommodating various bash-style syntaxes.
- Added comprehensive unit tests to validate the functionality of environment variable expansion, including edge cases and complex scenarios.
- Created a new test configuration file and example tests to demonstrate the usage of environment variables with defaults in real-world configurations.
- Ensured backward compatibility with existing environment variable expansion methods.
0 commit comments