Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Ability to separate property name with "_" for environment variables #6

@szpak

Description

@szpak

Bash, Fish and probably many other Linux shells don't allow to use . (dot) in an environment variable name. Therefore it is not possible to separate plugin name and property name.

export OVERRIDE_pitest.targetClasses=foo

bash: export: `OVERRIDE_pitest.targetClasses=foo': not a valid identifier

_ (underscore) could be used as an replacement.

Metadata

Metadata

Assignees

No one assigned

    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