8000 tools/mpremote: Add "devs" shortcut for "connect list". · codemee/micropython@162bf3c · GitHub
[go: up one dir, main page]

Skip to content

Commit 162bf3c

Browse files
committed
tools/mpremote: Add "devs" shortcut for "connect list".
See issue micropython#7480. Signed-off-by: Damien George <damien@micropython.org>
1 parent 1f48934 commit 162bf3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/mpremote/mpremote/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
_BUILTIN_COMMAND_EXPANSIONS = {
2929
# Device connection shortcuts.
30+
"devs": "connect list",
3031
"a0": "connect /dev/ttyACM0",
3132
"a1": "connect /dev/ttyACM1",
3233
"a2": "connect /dev/ttyACM2",

0 commit comments

Comments
 (0)
0