1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 22:34:09 +02:00

Added -generate option

This commit is contained in:
Brian Fiete 2020-01-12 09:20:35 -08:00
parent 3e0a507cf7
commit aa0277485f
2 changed files with 25 additions and 6 deletions

View file

@ -17,12 +17,13 @@ namespace BeefBuild
BeefBuild [args]
If no arguments are specified, a build will occur using current working directory as the workspace.
-config=<config> Sets the config (defaults to Debug)
-generate Generates startup code for an empty project
-new Creates a new workspace and project
-platform=<platform> Sets the platform (defaults to system platform)
-run Compile and run the startup project in the workspace
-test=<path> Executes test script
-verbosity=<verbosity> Set verbosity level to: quiet/minimal/normal/detailed/diagnostic
-version Get version
-version Get version
-workspace=<path> Sets workspace path (defaults to current working directory)
""");
return 0;