node-help icon indicating copy to clipboard operation
node-help copied to clipboard

query modifiers

Open foundling opened this issue 7 years ago • 0 comments

It might be nice to allow modifiers after the '?' to control the output of the query. For example:

  • global?js and global?node would filter the output for a query on the global object to plain JS and Node.JS docs respectively.

  • global?verbose would print out more information (like the full toString output).

foundling avatar Sep 08 '18 22:09 foundling