diff --git a/src/main.rs b/src/main.rs index c3c9f31..59f3329 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,7 +9,6 @@ mod server; #[command(version)] struct CliArgs { /// Directory of the Cargo project - #[arg(short, long)] pub project: Option, }