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

Changing the split character for variable substitution #21

Description

Currently, the only character that is used for splitting an environment variable name to be used for variable substitution is the period. However, a period is not a valid character for an environment variable name in many *nix shells, including Bash. It would be very beneficial if we could override this separator or if it would split by either a period or an underscore (which is a valid character in an environment variable in all *nix shells).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions