cosmin / IClojure

A better Interactive REPL for Clojure
http://www.iclojure.com
Eclipse Public License 1.0
115 stars 11 forks source link

Help is wrong #16

Closed sanel closed 12 years ago

sanel commented 12 years ago

When issued '?', this is shown:

user[2]: ? doc => show documentatio... source => ... ... (input i) => return the input from line i (output i) => return the output from line i

Here is not stated how 'doc' or 'source' should be used (as they are clojure functions) and when I installed IClojure for the first time, I thought they are commands, and should be used like:

user[2]: source "map"

or

user[3]: dir user

Documentation for given commands should be the same as for 'input/output' or (which is much better) it could be implemented as commands (like %d).

Also, when IClojure is started, one options are printed (?symbol, %d) but when ? is issued, they are not visible.

Thanks.