Update mftest help
This commit is contained in:
parent
3d3c0591e8
commit
c50a9ef055
@ -14,13 +14,13 @@ bugout() { ((DEBUG)) && echo -e "\033[0;32m$1\033[0m" ; }
|
|||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo "
|
echo "
|
||||||
Usage: mftest [-t|--env=<env>] [-n|--num=<num>] [-m|--make] [-y|--build=<Y|n>]
|
Usage: mftest [-t|--env=<env|index>] [-n|--num=<num>] [-m|--make] [-y|--build=<Y|n>]
|
||||||
mftest [-a|--autobuild]
|
mftest [-a|--autobuild]
|
||||||
mftest [-r|--rebuild]
|
mftest [-r|--rebuild]
|
||||||
mftest [-u|--autoupload] [-n|--num=<num>]
|
mftest [-u|--autoupload] [-n|--num=<num>]
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-t --env The environment of the test to apply / run. (As named in platformio.ini.)
|
-t --env The environment to apply / run, or the menu index number.
|
||||||
-n --num The index of the test to run. (In file order.)
|
-n --num The index of the test to run. (In file order.)
|
||||||
-m --make Use the make / Docker method for the build.
|
-m --make Use the make / Docker method for the build.
|
||||||
-y --build Skip 'Do you want to build this test?' and assume YES.
|
-y --build Skip 'Do you want to build this test?' and assume YES.
|
||||||
|
Loading…
Reference in New Issue
Block a user