tools/mpremote: Add "umount" command.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2022-02-25 13:10:45 +11:00
parent ad1f523e7e
commit d6564a3159
3 changed files with 10 additions and 0 deletions

View File

@@ -135,6 +135,12 @@ The full list of supported commands are:
$ mpremote mount <local-dir>
- unmount the local directory from the remote device:
.. code-block:: bash
$ mpremote umount
Multiple commands can be specified and they will be run sequentially.