File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ defmodule IEx.Helpers do
27
27
* `cd/1` - changes the current directory
28
28
* `clear/0` - clears the screen
29
29
* `flush/0` - flushes all messages sent to the shell
30
- * `i/1` - prints information about the given data type
31
30
* `h/0` - prints this help message
32
31
* `h/1` - prints help for the given module, function or macro
32
+ * `i/1` - prints information about the given data type
33
33
* `import_file/1` - evaluates the given file in the shell's context
34
34
* `l/1` - loads the given module's beam code
35
35
* `ls/0` - lists the contents of the current directory
@@ -42,7 +42,6 @@ defmodule IEx.Helpers do
42
42
* `t/1` — prints type information
43
43
* `v/0` — retrieves the last value from the history
44
44
* `v/1` — retrieves the nth value from the history
45
- * `import_file/1` — evaluates the given file in the shell's context
46
45
47
46
Help for all of those functions can be consulted directly from
48
47
the command line using the `h` helper itself. Try:
You can’t perform that action at this time.
0 commit comments