You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dict(name=['-I', '--ignore'], action='store_true', help='Ignore errors related to cloning and updating.'),
1801
1810
dict(name='--depth', nargs='?', help='Number of revisions to fetch from the remote repository. Default: all revisions.'),
1802
1811
dict(name='--protocol', nargs='?', help='Transport protocol for the source control management. Supported: https, http, ssh, git. Default: inferred from URL.'),
1812
+
hidden_aliases=['im', 'imp'],
1803
1813
help='Import program from URL',
1804
1814
description=(
1805
1815
"Imports mbed program and its dependencies from a source control based URL\n"
dict(name=['-I', '--ignore'], action='store_true', help='Ignore errors related to cloning and updating.'),
1871
1881
dict(name='--depth', nargs='?', help='Number of revisions to fetch from the remote repository. Default: all revisions.'),
1872
1882
dict(name='--protocol', nargs='?', help='Transport protocol for the source control management. Supported: https, http, ssh, git. Default: inferred from URL.'),
1883
+
hidden_aliases=['ad'],
1873
1884
help='Add library from URL',
1874
1885
description=(
1875
1886
"Adds mbed library and its dependencies from a source control based URL\n"
dict(name=['-A', '--all'], dest='all_refs', action='store_true', help='Publish all branches, including new ones. Default: push only the current branch.'),
dict(name='--depth', nargs='?', help='Number of revisions to fetch from the remote repository. Default: all revisions.'),
1999
2012
dict(name='--protocol', nargs='?', help='Transport protocol for the source control management. Supported: https, http, ssh, git. Default: inferred from URL.'),
2000
2013
dict(name=['-l', '--latest-deps'], action='store_true', help='Update all dependencies to the latest revision of their current branch. WARNING: Ignores lib files'),
2014
+
hidden_aliases=['up'],
2001
2015
help='Update to branch, tag, revision or latest',
2002
2016
description=(
2003
2017
"Updates the current program or library and its dependencies to specified\nbranch, tag or revision.\n"
"Detects mbed targets/boards connected to this system and shows supported\n"
@@ -2581,6 +2598,7 @@ def detect():
2581
2598
dict(name=['-G', '--global'], dest='global_cfg', action='store_true', help='Use global settings, not local'),
2582
2599
dict(name=['-U', '--unset'], dest='unset', action='store_true', help='Unset the specified variable.'),
2583
2600
dict(name=['-L', '--list'], dest='list_config', action='store_true', help='List mbed tool configuration. Not to be confused with compile configuration, e.g. "mbed compile --config".'),
2601
+
hidden_aliases=['cfg', 'conf'],
2584
2602
help='Tool configuration',
2585
2603
description=(
2586
2604
"Gets, sets or unsets mbed tool configuration options.\n"
0 commit comments