mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
/ will now do the same as $ ...
This commit is contained in:
parent
72b67469b5
commit
a5559787f7
1 changed files with 1 additions and 1 deletions
|
|
@ -681,7 +681,7 @@ Line starting with \"$\" or \".\" will issue a meshcli command.
|
|||
pass
|
||||
|
||||
# raw meshcli command as on command line
|
||||
elif line.startswith("$") :
|
||||
elif line.startswith("$") or line.startswith("/") :
|
||||
args = shlex.split(line[1:])
|
||||
await process_cmds(mc, args)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue