Missing --exclude-from / --include-from for pattern files #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
--excludeand--includetake inline patterns but there is no way to load patterns from a file. For large deployments this is tedious.Location
src/client/client_cli.c
Suggested Fix
Add
--exclude-from <file>and--include-from <file>flags that read patterns line-by-line from a file. Store them in the existingexclude_patterns/include_patternsarrays.Severity
medium
Category
feature
Sub-Agent
feature-scout (FS-5)
This issue was automatically generated by the issue-creator agent.
Fixed in PR #148 — merged into main on 2026-07-29.