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).
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).