Skip to content

How to wrap values in quotes? #132

Description

@chefranov

I need to make config file like this:

[common]
skipSaveTrainName = "true"
vendor = "Delphi"
skipCheckSignatureAndVariant = "true"
region = "Europe"
region2 = "RoW"
region3 = "USA"

As you can see values in quotes. When I create it with ConfigUpdater I get:

[common]
skipSaveTrainName = true
vendor = Delphi
skipCheckSignatureAndVariant = true
region = Europe
region2 = RoW
region3 = USA

How can I add quotes to values?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions