mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
1.1 KiB
1.1 KiB
id, title, status, assignee, created_date, updated_date, labels, dependencies, parent_task_id, priority
| id | title | status | assignee | created_date | updated_date | labels | dependencies | parent_task_id | priority | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TASK-48.1 | Add streaming CLI flag plumbing and option wiring | To Do | 2026-02-14 06:03 | 2026-02-14 08:19 |
|
TASK-48 | medium |
Description
Add the -s/--stream option end-to-end in SubMiner CLI and configuration handling, including defaults, help text, parsing/validation, and explicit routing so streaming mode is only enabled when requested.
Acceptance Criteria
- #1 Introduce
-sshort option and--streamlong option in CLI parsing without breaking existing flags. - #2 When set, the resulting config state reflects streaming mode enabled and is propagated to playback/session startup.
- #3 When unset, behavior remains identical to current non-streaming flows.
Implementation Notes
Superseded by TASK-51. CLI stream mode work deferred until streaming architecture is revisited.