From b7bf7342d205be7ef030d55d1940543b3aa9c334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20H=C3=B6lscher?= Date: Tue, 19 Apr 2022 12:04:12 +0200 Subject: [PATCH] better help message for the script. --- helper.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helper.sh b/helper.sh index 8dd40a6..2f0e384 100755 --- a/helper.sh +++ b/helper.sh @@ -162,6 +162,8 @@ case $1 in echo "Please provide one of the following arguments:" echo " clean Deletes the build folder" echo " config Creates build folder and configures build System" + echo " docker Build and Run Docker container for development" + echo " eval Run a subset of tests for evaluation of your implementation" echo " c | compile Compiles the Project" echo " a | all Cleans, configures and compiles the project" echo " r | run [name] Run pass on test/[name] from the test folder"