Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/trepl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2013-07-12 20:25:58 +0400
committerClement Farabet <clement.farabet@gmail.com>2013-07-12 20:25:58 +0400
commit17d8668452aa28d9f4755da0e5e6e06d782fc13d (patch)
treed328cfefdcf3d2fe76707b8700a0eeb777b38729 /README.md
parent12a7e85ca6e1dcdab90189a43a255c0dec4417e9 (diff)
README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 97ab3bc..d8a3cd0 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,8 @@ Features:
* No need for '=' to print
* Easy help with: ? funcname
* Shell commands with: $ cmd (example: $ ls)
+* Print all user globals with who()
+* Import a package's symbols globally with import(package)
Install
-------