trifleJS icon indicating copy to clipboard operation
trifleJS copied to clipboard

REPL Autocompletion

Open sdesalas opened this issue 10 years ago • 0 comments

See:

https://github.com/ariya/phantomjs/wiki/REPL#auto-completion

Tapping TAB (i.e. →|) can make all the difference:

phantomjs> phantom.→|
phantomjs> phantom.injectJs→|
phantomjs> phantom.exit→|
phantomjs> phantom.version→|
phantomjs> phantom.outputEncoding⏎
"UTF-8"
phantomjs>

sdesalas avatar Dec 05 '13 22:12 sdesalas