-
Notifications
You must be signed in to change notification settings - Fork 3k
mbed dm
: Remove references to internal script from help
#8104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
### Description Now that we are delegating the help text to `device_managment.py`, it should print out help as if it's invoked with `mbed device-management`. This PR changes the argument parser and the help text to do just that. ### Pull request type [x] Fix [ ] Refactor [ ] Target update [ ] Functionality change [ ] Breaking change
When combined with ARMmbed/mbed-cli#751:
|
This is great! Thank you! |
/morph build |
Thanks for the sample output! |
Build : SUCCESSBuild number : 3063 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2677 |
/morph test |
Test : SUCCESSBuild number : 2890 |
Description
Now that we are delegating the help text to
device_managment.py
,it should print out help as if it's invoked with
mbed device-management
.This PR changes the argument parser and the help text to do just that.
Pull request type