use std::path::PathBuf; use clap::Parser; #[derive(Parser, Debug)] pub struct Args { pub file: Option<PathBuf>, }