summaryrefslogtreecommitdiff
path: root/import/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-05 12:12:02 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-05 12:12:02 +0200
commitea9a59c84ad6c13b8023ef85b6694c43dd559bff (patch)
treee820ef3649f78de678de3baa5caef094d6ac3dd4 /import/src/main.rs
parentd7968d986b50332f671efaa118fd84c21ba02576 (diff)
downloadweareserver-ea9a59c84ad6c13b8023ef85b6694c43dd559bff.tar
weareserver-ea9a59c84ad6c13b8023ef85b6694c43dd559bff.tar.bz2
weareserver-ea9a59c84ad6c13b8023ef85b6694c43dd559bff.tar.zst
cli: add by default
Diffstat (limited to 'import/src/main.rs')
-rw-r--r--import/src/main.rs4
1 files changed, 2 insertions, 2 deletions
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)]