2011-05-28 11:20:48 -04:00
|
|
|
# Open the node api for your current version to the optional section.
|
|
|
|
# TODO: Make the section part easier to use.
|
2011-05-30 10:07:15 -04:00
|
|
|
function node-docs {
|
2016-11-02 20:22:14 +05:30
|
|
|
local section=${1:-all}
|
|
|
|
open_command "http://nodejs.org/docs/$(node --version)/api/$section.html"
|
2011-05-28 11:20:48 -04:00
|
|
|
}
|