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

feat(core): support glob file path #212

Merged
merged 1 commit into from
Nov 28, 2024
Merged

feat(core): support glob file path #212

merged 1 commit into from
Nov 28, 2024

Conversation

bzp2010
Copy link
Collaborator

@bzp2010 bzp2010 commented Nov 28, 2024

Description

Support for file path inputs using glob expressions, ADC will automatically expand them and find each expected file.
Note that you must ensure that glob expressions are not parsed by the shell you are using, which requires you to wrap path strings with ".

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible

@bzp2010 bzp2010 changed the title feat: support glob file path feat(core): support glob file path Nov 28, 2024
@bzp2010 bzp2010 merged commit b39249f into main Nov 28, 2024
10 checks passed
@bzp2010 bzp2010 deleted the bzp/feat-glob branch November 28, 2024 07:29
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.

2 participants