Skip to content

Commit 47b8dd0

Browse files
author
Paul Sokolovsky
committed
upysh: Add to help hint that intended usage is "from upysh import *".
1 parent 1afdd47 commit 47b8dd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

upysh/upysh.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ def help():
6161
import builtins
6262
builtins.help()
6363
64+
upysh is intended to be imported using:
65+
from upysh import *
66+
6467
upysh commands:
6568
pwd, cd("new_dir"), ls, ls(...), head(...), cat(...)
6669
newfile(...), rm(...), mkdir(...), rmdir(...)

0 commit comments

Comments
 (0)