mirror of
https://github.com/micropython/micropython.git
synced 2026-05-03 06:10:14 +02:00
5b3c928f53
This improves REPL usage consistency across ports, by utilizing the pyexec code for the unix REPL. Only enabled when MICROPY_USE_READLINE == 1 (the default). Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
test
|
|
MicroPython \.\+ version
|
|
Type "help()" for more information.
|
|
>>> # cmdline: -i -c print("test")
|
|
>>> # -c option combined with -i option results in REPL
|
|
>>>
|