elm-lang / elm-repl

A REPL for Elm
BSD 3-Clause "New" or "Revised" License
170 stars 34 forks source link

:reset is not documented #158

Open ShalokShalom opened 7 years ago

ShalokShalom commented 7 years ago

The REPL becomes quickly messy, I miss a 'clean' function

process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

frou commented 6 years ago

If you did mean cleaning the output, then this is usually the responsibility of the terminal application itself (e.g. by pressing Ctrl-L in most Mac or Linux terminal applications).

zwilias commented 6 years ago

In addition to that, there is :reset to clean up the environment, i.e. remove all imports and previous declarations.

zwilias commented 6 years ago

:help lists this and other operations. Perhaps the description of the :help command is lacking, though.

ShalokShalom commented 6 years ago

xD

If I like to clean the screen, I try clean, since thats the command I know.

If this does not work, will I try to google "Elm REPL clean screen/content/log/output"

It will lead to nothing useful.