Closed minimalorganism closed 9 years ago
I'm not sure what the root cause is just yet but if you do ..history
it works for me.
Some keywords seem to have an extra dot prepended to them (clear, history, versions).
nesh*> .help
.cls Clear the screen
.history Show command history
.versions Show Node version information
break Sometimes you get stuck, this gets you out
clear Alias for .break
doc Shows documentation for an expression; you can also type Ctrl-Q in-line
exit Exit the repl
help Show repl options
load Load JS from a file into the REPL session
require Require a module and assign it to a variable with the same name
save Save all evaluated commands in this REPL session to a file
Oh sweet! I can handle that ( and would not have thought to try it ). Cheers and thanks.
Hi, Was really looking forward to using the
.history
command in nesh, but no joy:If this is related to issue #6 feel free to comment and close this as a dupe. Danke,
minimal_o