Currently, users interact with scripts mostly via prompts. While this is simple, power users might prefer CLI arguments.
Proposed Improvement:
- Add optional CLI flags (e.g., --session 25 --break 5 for Pomodoro).
- Maintain interactive prompts for casual users.
Benefits:
- Faster usage for advanced users.
- Enables integration with shell scripts/automation.
- Keeps tool beginner-friendly.