kopia lustrzana https://github.com/micropython/micropython-lib
upysh: Add to help hint that intended usage is "from upysh import *".
rodzic
1afdd47a37
commit
47b8dd03ad
|
@ -61,6 +61,9 @@ This is 'upysh' help, for builtin Python help run:
|
||||||
import builtins
|
import builtins
|
||||||
builtins.help()
|
builtins.help()
|
||||||
|
|
||||||
|
upysh is intended to be imported using:
|
||||||
|
from upysh import *
|
||||||
|
|
||||||
upysh commands:
|
upysh commands:
|
||||||
pwd, cd("new_dir"), ls, ls(...), head(...), cat(...)
|
pwd, cd("new_dir"), ls, ls(...), head(...), cat(...)
|
||||||
newfile(...), rm(...), mkdir(...), rmdir(...)
|
newfile(...), rm(...), mkdir(...), rmdir(...)
|
||||||
|
|
Ładowanie…
Reference in New Issue