From 614d9e7d16b345562f4421375a2cc3ea5f4a2347 Mon Sep 17 00:00:00 2001 From: insects Date: Wed, 14 May 2025 17:41:50 +0200 Subject: [PATCH] feat: make project dir into a position arg --- src/main.rs | 1 - 1 file changed, 1 deletion(-) 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, }