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

Add --exclude argument to CLI #261

Merged
merged 6 commits into from
Jan 2, 2025
Merged

Add --exclude argument to CLI #261

merged 6 commits into from
Jan 2, 2025

Conversation

cblakkan
Copy link
Member

  • Adds --exclude PATTERN argument to the CLI
  • Reorganizes the -h menu for better clarity
  • Enforces all paths supplied to the command line interface must exist (will probably do a major version bump Adding --must-exist command line option #171 )
  • Supports -n auto to spawn child processes equal to number of system CPUs

@cblakkan cblakkan requested a review from joecackler December 31, 2024 17:17
@cblakkan cblakkan changed the title Feature/add exclude Add --exclude argument to CLI Dec 31, 2024
@cblakkan cblakkan force-pushed the feature/add-exclude branch from bddda5e to 2b7da4c Compare December 31, 2024 17:49
setup.py Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
yamale/command_line.py Outdated Show resolved Hide resolved
yamale/command_line.py Outdated Show resolved Hide resolved
yamale/command_line.py Outdated Show resolved Hide resolved
@cblakkan
Copy link
Member Author

cblakkan commented Jan 2, 2025

@joecackler I guess we'll release 6.0.0 due to the "breaking change behavior" of raising an error when a file isn't found.

@cblakkan cblakkan marked this pull request as ready for review January 2, 2025 19:09
@joecackler
Copy link
Member

@joecackler I guess we'll release 6.0.0 due to the "breaking change behavior" of raising an error when a file isn't found.

sgtm

@cblakkan cblakkan merged commit c989fab into master Jan 2, 2025
6 checks passed
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