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