Skip to content

Commit 58c5557

Browse files
Merge pull request #751 from theotherjimmy/mbed-dm-help-fix
Allow downstream impl of `mbed dm` to print help
2 parents 7b926e0 + 24d7603 commit 58c5557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mbed/mbed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2942,6 +2942,7 @@ def test_(toolchain=None, target=None, compile_list=False, run_list=False,
29422942
dict(name='--build', help='Build directory. Default: build/'),
29432943
dict(name='--source', action='append', help='Source directory. Default: . (current dir)'),
29442944
help='device management supcommand',
2945+
add_help=False,
29452946
hidden_aliases=['dev-mgmt', 'dm'],
29462947
description=("Manage Device with Pelion"))
29472948
def dev_mgmt(toolchain=None, target=None, source=False, profile=False, build=False):

0 commit comments

Comments
 (0)