Skip to content

Conversation

@vrza
Copy link

@vrza vrza commented Oct 20, 2023

  • Parses values from INI-style "key = value" lines
  • Only the last set value for a key is output

This should reduce some code duplication, making it easier to add support for new environments and maintain support for existing ones.

Also fixes a bug where if the same key appeared multiple times in the config file, all the values would get concatenated together.

@vrza vrza force-pushed the extract-parse-function branch from 644d111 to 296fc3e Compare October 20, 2023 11:24
- Parses values from INI-style "key = value" lines
- Only the last set value for a key is output
@vrza vrza force-pushed the extract-parse-function branch from 296fc3e to 6064b58 Compare October 20, 2023 11:24
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.

1 participant