forked from rojo-rbx/rojo
Support -o for build as an --output alias
This commit is contained in:
@@ -44,7 +44,7 @@ fn main() {
|
|||||||
(@subcommand build =>
|
(@subcommand build =>
|
||||||
(about: "Generates an rbxmx model file from the project.")
|
(about: "Generates an rbxmx model file from the project.")
|
||||||
(@arg PROJECT: "Path to the project to serve. Defaults to the current directory.")
|
(@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 =>
|
(@subcommand upload =>
|
||||||
|
|||||||
Reference in New Issue
Block a user