|
@@ -14,13 +14,13 @@ bugout() { ((DEBUG)) && echo -e "\033[0;32m$1\033[0m" ; }
|
14
|
14
|
|
15
|
15
|
usage() {
|
16
|
16
|
echo "
|
17
|
|
-Usage: mftest [-t|--env=<env>] [-n|--num=<num>] [-m|--make] [-y|--build=<Y|n>]
|
|
17
|
+Usage: mftest [-t|--env=<env|index>] [-n|--num=<num>] [-m|--make] [-y|--build=<Y|n>]
|
18
|
18
|
mftest [-a|--autobuild]
|
19
|
19
|
mftest [-r|--rebuild]
|
20
|
20
|
mftest [-u|--autoupload] [-n|--num=<num>]
|
21
|
21
|
|
22
|
22
|
OPTIONS
|
23
|
|
- -t --env The environment of the test to apply / run. (As named in platformio.ini.)
|
|
23
|
+ -t --env The environment to apply / run, or the menu index number.
|
24
|
24
|
-n --num The index of the test to run. (In file order.)
|
25
|
25
|
-m --make Use the make / Docker method for the build.
|
26
|
26
|
-y --build Skip 'Do you want to build this test?' and assume YES.
|