From ea9a59c84ad6c13b8023ef85b6694c43dd559bff Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 5 Apr 2025 12:12:02 +0200 Subject: cli: add by default --- import/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'import') diff --git a/import/src/main.rs b/import/src/main.rs index cfc6f92..f42b598 100644 --- a/import/src/main.rs +++ b/import/src/main.rs @@ -68,10 +68,10 @@ pub struct Args { push: bool, /// Remove all other object from the world - #[arg(short, long)] + #[arg(long)] clear: bool, /// Add the object to the world - #[arg(short, long)] + #[arg(long)] add: bool, /// Transcode all textures to WebP #[arg(short, long)] -- cgit v1.2.3-70-g09d2