Missing --exclude-from / --include-from for pattern files #99

Closed
opened 2026-07-21 16:19:57 +02:00 by TapTap · 1 comment
Owner

Description

--exclude and --include take 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 existing exclude_patterns/include_patterns arrays.

Severity

medium

Category

feature

Sub-Agent

feature-scout (FS-5)


This issue was automatically generated by the issue-creator agent.

## Description `--exclude` and `--include` take 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 existing `exclude_patterns`/`include_patterns` arrays. ## Severity medium ## Category feature ## Sub-Agent feature-scout (FS-5) --- _This issue was automatically generated by the issue-creator agent._
Author
Owner

Fixed in PR #148 — merged into main on 2026-07-29.

Fixed in PR #148 — merged into main on 2026-07-29.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TapTap/FastSync#99