Open Issues Need Help
View All on GitHub feat: parse CLI args into a dedicated struct about 2 months ago
AI Summary: The task involves creating a new struct, `ReplayArgs`, to hold the command-line arguments parsed from the `clap` crate (or similar). This struct will improve code organization and maintainability by centralizing argument handling. The existing help message (`--help`) output should remain consistent.
Complexity:
2/5
enhancement good first issue
Replay is a Rust-based CLI tool that lets you record, save, and replay sequences of shell commands.