Add some commented options that could be useful for other contributors in rustdoc-gui tool

This commit is contained in:
Guillaume Gomez 2021-05-02 21:58:13 +02:00
parent bc888ba840
commit e9b1283bdf

View file

@ -63,6 +63,13 @@ async function main(argv) {
// This is more convenient that setting fields one by one.
options.parseArguments([
"--no-screenshot",
// This option shows what puppeteer "code" is run
// "--debug",
// This option disable the headless mode, allowing you to see what's going on.
// "--no-headless",
// The text isn't rendered by default because of a lot of small differences
// between hosts.
// "--show-text",
"--variable", "DOC_PATH", opts["doc_folder"],
]);
} catch (error) {