jashkenas/coffeescript

Proposal: multiline should be documented inside REPL

Open

#5.114 aberto em 1 de out. de 2018

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)CoffeeScript (1.980 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (16.577 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I eventually found the Ctrl-V answer in StackOverflow, but not before I'd used the REPL for about 2 weeks thinking that multiline was broken in the REPL. Also, while StackOverflow told me to use Ctrl-V to enter multiline mode, it didn't mention to use that keycode to exit. So, as a Unix user, I hit Ctrl-D and the REPL quit. It would be nice if the REPL told people about Ctrl-V to enter and exit multiline mode. Also, it would be nice if it told people about .help.

CoffeeScript version 2.3.1 Node v10.4.0

Guia do colaborador