We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da6c88 commit 9b1e2f6Copy full SHA for 9b1e2f6
scripts/ninja.js
@@ -1925,16 +1925,11 @@ function main() {
1925
stdio: [0, 1, 2],
1926
});
1927
break;
1928
- case "docs":
1929
- console.log(`building docs`);
1930
- require("./doc_gen").main();
1931
- break;
1932
case "help":
1933
console.log(`supported subcommands:
1934
[exe] config
1935
[exe] build
1936
[exe] cleanbuild
1937
-[exe] docs
1938
[exe] help
1939
[exe] clean
1940
`);
0 commit comments