micropython/tools/mpremote/mpremote
Jim Mussared d736a2f3f3 tools/mpremote: Allow terminator for shortcut commands.
For example, the `reset` shortcut previously allowed an optional delay, but
the argument handling cannot handle `reset next-command` as `next-command`
will be interpreted as the delay argument.  The fix in this commit allows
`reset + next-command`.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-02 16:14:26 +10:00
..
__init__.py tools/mpremote: Use hatch to build mpremote package. 2023-02-24 11:40:22 +11:00
__main__.py tools/mpremote: Allow running mpremote with python -m. 2022-03-30 15:29:26 +11:00
commands.py all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
console.py all: Fix cases of Python variable assigned but never used. 2023-05-02 16:36:05 +10:00
main.py tools/mpremote: Allow terminator for shortcut commands. 2023-06-02 16:14:26 +10:00
mip.py tools/mpremote: Add mpremote mip install to install packages. 2022-10-01 22:44:24 +10:00
pyboardextended.py all: Fix cases of Python variable assigned but never used. 2023-05-02 16:36:05 +10:00
repl.py tools/mpremote: Add repl option to escape non-printable characters. 2023-05-22 14:13:24 +10:00