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

Implemented folder support #14

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Implemented folder support #14

wants to merge 6 commits into from

Conversation

IceboxDev
Copy link
Collaborator

@IceboxDev IceboxDev commented Sep 4, 2024

Fixes

  • Fixed version: 1, didn't even compile with checks against v2 throwing error
  • Fixed ioutil Deprecated: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details.
  • Fixed comment typo
  • 93e08e6, 0b225ad fixed multiple uncaught errors

New

  • Implemented folder support
  • 93e08e6 all option lists can now be handled as single or multiple choice. The value of the corresponding env variable will be all choices separated with ;
  • by request of @r0l1, c77cb1b now supports this path format:
options:
    test_dir: my_dir/*.yaml

@IceboxDev IceboxDev requested review from r0l1 and skaldesh September 4, 2024 12:59
@IceboxDev IceboxDev linked an issue Sep 4, 2024 that may be closed by this pull request
@IceboxDev IceboxDev self-assigned this Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Directory contents as an option
1 participant