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: Better filtering option for arx extract #107

Merged
merged 3 commits into from
Feb 2, 2025
Merged

Conversation

mgautierfr
Copy link
Member

No description provided.

The previous version was a bit messy as user may wrongly set recurse value
depending of `-L` option or simple file given in command line.

And the code was a bit too complex as we had to accept parent directories
to be able to extract files.

Here we have a clear three options :
- From a file list (`-L`): No recursion, no globing... Only plain listing
- From command line argument: Recursion (if this is a directory), no globing
  Tell what you want
- From glob (`-g`, `--glob`): A glob pattern to select what to extract.
@mgautierfr mgautierfr merged commit a0073f7 into main Feb 2, 2025
22 checks passed
@mgautierfr mgautierfr deleted the better_filter branch February 2, 2025 17:49
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.

1 participant