summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2022-08-18 12:32:10 +1000
committerDamien George <damien@micropython.org>2022-08-18 22:22:36 +1000
commita311e9e3d419cf447c8a4cf2beed4a341e8387e3 (patch)
treea28aee23e2a7848b117f5aaa612352a41e5947d5 /docs/reference
parent8f4c108025d4590a1b7f9d062ad64f95c45e0bc2 (diff)
tools/mpremote: Allow + terminator for fs commands.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/mpremote.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/mpremote.rst b/docs/reference/mpremote.rst
index 2bbed56b8..80290657f 100644
--- a/docs/reference/mpremote.rst
+++ b/docs/reference/mpremote.rst
@@ -30,6 +30,9 @@ For REPL access, running ``mpremote`` without any arguments is usually all that
is needed. ``mpremote`` also supports a set of commands given at the command
line which will perform various actions on remote MicroPython devices.
+For commands that support multiple arguments (e.g. a list of files), the
+argument list can be terminated with ``+``.
+
The full list of supported commands are:
- connect to a specified device via a device-name shortcut:
@@ -248,3 +251,5 @@ Examples
mpremote cp main.py :
mpremote cp -r dir/ :
+
+ mpremote cp a.py b.py : + repl