Skip to content

Commit a555978

Browse files
committed
/ will now do the same as $ ...
1 parent 72b6746 commit a555978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meshcore_cli/meshcore_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ def _(event):
681681
pass
682682

683683
# raw meshcli command as on command line
684-
elif line.startswith("$") :
684+
elif line.startswith("$") or line.startswith("/") :
685685
args = shlex.split(line[1:])
686686
await process_cmds(mc, args)
687687

0 commit comments

Comments
 (0)