From a7a68de71c2e9e8f714ec58053c9ea57fae70604 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 8 Jan 2025 18:03:10 +0100 Subject: fix short option collision --- doc/resources.md | 10 +++++----- world/src/main.rs | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/resources.md b/doc/resources.md index 3add075..a6b885b 100644 --- a/doc/resources.md +++ b/doc/resources.md @@ -19,11 +19,11 @@ ## Prefab -| Key | Value Type | | -| ----------- | ----------------------- | --------- | -| mesh | Matrix3, Vec3, Resource | Multi key | -| light | Vec3, Resource | Multi key | -| environment | Resource | | +| Key | Value Type | | +| ----------- | ---------------------------- | --------- | +| mesh | Matrix3, Vec3, Res | Multi key | +| light | Vec3, Res | Multi key | +| environment | Res | | ## MeshPart diff --git a/world/src/main.rs b/world/src/main.rs index 30fe8d4..7b5afc3 100644 --- a/world/src/main.rs +++ b/world/src/main.rs @@ -50,7 +50,7 @@ struct Args { #[arg(short, long)] push: bool, /// Spin the object - #[arg(short, long)] + #[arg(long)] spin: bool, /// Remove all other object from the world #[arg(short, long)] -- cgit v1.2.3-70-g09d2