node-help
node-help copied to clipboard
query modifiers
It might be nice to allow modifiers after the '?' to control the output of the query. For example:
-
global?jsandglobal?nodewould filter the output for a query on the global object to plain JS and Node.JS docs respectively. -
global?verbosewould print out more information (like the fulltoStringoutput).