Replay is a Rust-based CLI tool that lets you record, save, and replay sequences of shell commands.

1 Open Issue Need Help Last updated: Jul 10, 2025

Open Issues Need Help

View All on GitHub

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.