mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
tools/mpremote: Accept both --help and help to show usage.
This commit is contained in:
committed by
Damien George
parent
5a86d8dc42
commit
b1519845f5
@@ -96,6 +96,7 @@ _BUILTIN_COMMAND_EXPANSIONS = {
|
||||
"exec",
|
||||
"import machine; machine.RTC().datetime((2020, 1, 1, 0, 10, 0, 0, 0))",
|
||||
],
|
||||
"--help": "help",
|
||||
}
|
||||
|
||||
for port_num in range(4):
|
||||
|
||||
Reference in New Issue
Block a user