Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArrayType needed #5

Closed
vansari opened this issue Feb 21, 2023 · 0 comments
Closed

ArrayType needed #5

vansari opened this issue Feb 21, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@vansari
Copy link
Owner

vansari commented Feb 21, 2023

EnvReader must support array Values from ENV Keys

Expected Declaration:
CUSTOM_ENV=[foo,bar,baz]

Expected Result:

[
    'foo‘,
    'bar‘,
    'baz‘,
]

Rules:

  • Value must start with [ and must end with ]
  • Delimiter must be a comma
  • each value in the array will be parsed as string
@vansari vansari added enhancement New feature or request help wanted Extra attention is needed labels Feb 21, 2023
@vansari vansari self-assigned this Feb 25, 2023
@vansari vansari closed this as completed Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant