Allow for AllowPythonMultilineValues when working with ini files
Open
Nobody has claimed this yet.
enhancement
stores/ini
- Dominant language
- Go
- Stars
- 23.1k
- Forks
- 1.1k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 9
Description
Working with python, it's not uncommon to have ini format like this
[pipeline:main]
pipeline =
first
second
Go Ini supports this format y using the AllowPythonMultilineValues: true option when loading the file. It'd be great if there was a way to set this flag.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by locating the INI-loading entry point and how Go Ini options are configured; confirm how the AllowPythonMultilineValues option can be exposed. Done means the shown multiline INI format loads successfully when the option is enabled, with coverage for that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100