97542b5ca4f698bde3c51b19975a765bbe03df1c
The project now uses the `clap` crate for handling command-line arguments, replacing the previous manual parsing approach. This includes adding `clap` as a dependency and creating a `Cli` struct to define the command-line interface. The `main` function has been updated to parse these arguments and handle file input or direct script evaluation.
Description
No description provided
Languages
Rust
100%