From 01811610b169a0572417c1493ea606353fd1a327 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 26 Dec 2024 12:39:07 +0100 Subject: doc editor commands --- server/editor/src/main.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'server/editor') diff --git a/server/editor/src/main.rs b/server/editor/src/main.rs index fc7f241b..cd0bdbec 100644 --- a/server/editor/src/main.rs +++ b/server/editor/src/main.rs @@ -32,13 +32,18 @@ struct Args { #[derive(Parser)] #[clap(multicall = true)] pub enum Command { + /// Play the map on the game yerver + #[clap(alias = "p")] Play, + /// Save current map to permanent storage Save { name: Option, }, + /// Load map from storage Load { name: Option, }, + /// Teleport to spawnpoint Spawn { #[arg(short, long)] customer: bool, -- cgit v1.2.3-70-g09d2