From 1550fc2444e651f52610fbc0936ced32a17b20cc Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Fri, 1 Mar 2024 14:10:46 -0500 Subject: [PATCH] Fix "-help" for "-test" in BeefBuild --- BeefBuild/src/Program.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeefBuild/src/Program.bf b/BeefBuild/src/Program.bf index 1dd96a35..610dac9d 100644 --- a/BeefBuild/src/Program.bf +++ b/BeefBuild/src/Program.bf @@ -21,7 +21,7 @@ namespace BeefBuild -new Creates a new workspace and project -platform= Sets the platform (defaults to system platform) -run Compile and run the startup project in the workspace - -test= Executes test script + -test Run tests in the workspace -verbosity= Set verbosity level to: quiet/minimal/normal/detailed/diagnostic -version Get version -workspace= Sets workspace path (defaults to current working directory)