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
"Please verify that it's installed and accessible from your current path by executing \"%s\".\n"% (command[0], command[0]), e[0])
@@ -956,7 +956,7 @@ def thunk(parsed_args):
956
956
dict(name='--depth', nargs='?', help='Number of revisions to fetch the mbed OS repository when creating new program. Default: all revisions.'),
957
957
dict(name='--protocol', nargs='?', help='Transport protocol when fetching the mbed OS repository when creating new program. Supported: https, http, ssh, git. Default: inferred from URL.'),
958
958
help='Create a new program based on the specified source control management. Will create a new library when called from inside a local program. Supported SCMs: %s.'% (', '.join([s.nameforsinscms.values()])))
0 commit comments