feat: make project dir into a position arg

This commit is contained in:
insects 2025-05-14 17:41:50 +02:00
parent 1cea94ea19
commit 614d9e7d16

View file

@ -9,7 +9,6 @@ mod server;
#[command(version)]
struct CliArgs {
/// Directory of the Cargo project
#[arg(short, long)]
pub project: Option<PathBuf>,
}