diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-05 12:12:02 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-05 12:12:02 +0200 |
commit | ea9a59c84ad6c13b8023ef85b6694c43dd559bff (patch) | |
tree | e820ef3649f78de678de3baa5caef094d6ac3dd4 /import/src/main.rs | |
parent | d7968d986b50332f671efaa118fd84c21ba02576 (diff) | |
download | weareserver-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.rs | 4 |
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)] |