|
35 | 35 |
|
36 | 36 |
|
37 | 37 | # Application version
|
38 |
| -ver = '0.6.5' |
| 38 | +ver = '0.6.8' |
39 | 39 |
|
40 | 40 | # Default paths to Mercurial and Git
|
41 | 41 | hg_cmd = 'hg'
|
@@ -1856,7 +1856,7 @@ def status_(ignore=False):
|
1856 | 1856 | dict(name='--build', help='Build directory. Default: .build/'),
|
1857 | 1857 | dict(name=['-c', '--clean'], action='store_true', help='Clean the build directory before compiling'),
|
1858 | 1858 | dict(name=['-S', '--supported'], dest='supported', action='store_true', help='Shows supported matrix of targets and toolchains'),
|
1859 |
| - help='Compile this program using the mbed build tools', |
| 1859 | + help='Compile code using the mbed build tools', |
1860 | 1860 | description=("Compile this program using the mbed build tools."))
|
1861 | 1861 | def compile(toolchain=None, mcu=None, source=False, build=False, compile_library=False, compile_config=False, config_prefix=None, compile_tests=False, clean=False, supported=False):
|
1862 | 1862 | # Gather remaining arguments
|
@@ -1939,7 +1939,8 @@ def compile(toolchain=None, mcu=None, source=False, build=False, compile_library
|
1939 | 1939 | dict(name='--build', help='Build directory. Default: .build/'),
|
1940 | 1940 | dict(name=['-c', '--clean'], action='store_true', help='Clean the build directory before compiling'),
|
1941 | 1941 | dict(name='--test-spec', dest="test_spec", help="Destination path for the test spec file used when running tests (only override if a test spec file that can be used by the Greentea automated test tool. The default is placed in the build directory"),
|
1942 |
| - help='Find, build, and run tests in a program and its libraries') |
| 1942 | + help='Find, build and run tests', |
| 1943 | + description=("Find, build, and run tests in a program and libraries")) |
1943 | 1944 | def test_(toolchain=None, mcu=None, list_compile=False, list_run=False, compile_only=False, run_only=False, tests_by_name=None, source=False, build=False, clean=False, test_spec=None):
|
1944 | 1945 | # Gather remaining arguments
|
1945 | 1946 | args = remainder
|
|
0 commit comments