From bb603b89a2212da689491cf8cf60e64e341aeb40 Mon Sep 17 00:00:00 2001 From: firedfox Date: Sat, 2 Apr 2016 11:15:07 +0800 Subject: [PATCH] doc: add 'Command Line Options' to 'View on single page' Includes cli.markdown in all.markdown PR-URL: https://github.com/nodejs/node/pull/6011 Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Jeremiah Senkpiel --- doc/api/all.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/all.markdown b/doc/api/all.markdown index 8bac010..93c7a30 100644 --- a/doc/api/all.markdown +++ b/doc/api/all.markdown @@ -5,6 +5,7 @@ @include buffer @include child_process @include cluster +@include cli @include console @include crypto @include debugger -- 2.7.4