doublemarked / loopback-console

A command-line tool for Loopback app debugging and administration
MIT License
68 stars 6 forks source link

add a help command to the REPL #3

Closed pulkitsinghal closed 9 years ago

pulkitsinghal commented 9 years ago
$ loopback-console .
...
loopback > help
ReferenceError: help is not defined
loopback > models
ReferenceError: models is not defined

There should be a way to see the help again which right now only pops-up in the beginning and then gets lost as the screen scrolls up ... and probably something called models also, it helps when someone only wants all the existing models listed.

doublemarked commented 9 years ago

I've added two new REPL keywords,