Skip to content

Commit e9b1283

Browse files
Add some commented options that could be useful for other contributors in rustdoc-gui tool
1 parent bc888ba commit e9b1283

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tools/rustdoc-gui/tester.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ async function main(argv) {
6363
// This is more convenient that setting fields one by one.
6464
options.parseArguments([
6565
"--no-screenshot",
66+
// This option shows what puppeteer "code" is run
67+
// "--debug",
68+
// This option disable the headless mode, allowing you to see what's going on.
69+
// "--no-headless",
70+
// The text isn't rendered by default because of a lot of small differences
71+
// between hosts.
72+
// "--show-text",
6673
"--variable", "DOC_PATH", opts["doc_folder"],
6774
]);
6875
} catch (error) {

0 commit comments

Comments
 (0)