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 06cacfd commit 98eb848Copy full SHA for 98eb848
docs/codeql/codeql-cli/creating-codeql-databases.rst
@@ -63,7 +63,9 @@ more than one language:
63
- ``--no-run-unnecessary-builds``: used with ``--db-cluster`` to suppress the build
64
command for languages where the CodeQL CLI does not need to monitor the build
65
(for example, Python and JavaScript/TypeScript).
66
-
+- extractor options: used to customize the behavior of extractors that create CodeQL databases. For more information,
67
+ see the `extractor options documentation <extractor-options>`__.
68
+
69
For full details of all the options you can use when creating databases,
70
see the `database create reference documentation <../manual/database-create>`__.
71
0 commit comments