BeefBuild
BeefBuild overview
BeefBuild is the command-line interface counterpart of the Beef IDE.
BeefBuild -workspace=samples\HelloWorld -run -args Argument1 Argument2
Argument | Description |
---|---|
-args | Everything after this argument is passed to the compiled program when ‘-run’ is specified |
-clean | Cleans the build cache when building |
-config=<config> | Sets the config |
-generate | Generates startup code for an empty project |
-new | Creates a new workspace and project |
-platform=<platform> | Sets the 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 |
-workspace=<path> | Sets workspace path |