From c883850142629ec920f9eb86ea85a3b135317057 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 9 Jan 2019 22:04:24 -0800 Subject: [PATCH] Support -o for build as an --output alias --- server/src/bin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/bin.rs b/server/src/bin.rs index 7607abff..87520d5a 100644 --- a/server/src/bin.rs +++ b/server/src/bin.rs @@ -44,7 +44,7 @@ fn main() { (@subcommand build => (about: "Generates an rbxmx model file from the project.") (@arg PROJECT: "Path to the project to serve. Defaults to the current directory.") - (@arg output: --output +takes_value +required "Where to output the result.") + (@arg output: --output -o +takes_value +required "Where to output the result.") ) (@subcommand upload =>