We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b6bad commit 232c2d6Copy full SHA for 232c2d6
src/tools/rustdoc-gui/tester.js
@@ -16,6 +16,7 @@ function showHelp() {
16
console.log(" --debug : show extra information about script run");
17
console.log(" --show-text : render font in pages");
18
console.log(" --no-headless : disable headless mode");
19
+ console.log(" --no-sandbox : disable sandbox mode");
20
console.log(" --help : show this message then quit");
21
console.log(" --tests-folder [PATH] : location of the .GOML tests folder");
22
console.log(" --jobs [NUMBER] : number of threads to run tests on");
0 commit comments