Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e5a8b commit 5bfe0ffCopy full SHA for 5bfe0ff
1 file changed
docs/codeql/codeql-cli/extractor-options.rst
@@ -39,9 +39,9 @@ Each extractor defines its own set of configuration options. To find out which o
39
40
The extractor option names and descriptions are listed under ``extractor_options``. Each option may contain the following fields::
41
42
-* ``title`` (required): The title of the option
43
-* ``description`` (required): The description of the option
44
-* ``type`` (required): The type of the option, which can be
+- ``title`` (required): The title of the option
+- ``description`` (required): The description of the option
+- ``type`` (required): The type of the option, which can be
45
46
* ``string``: indicating that the option can have a single string value
47
* ``array``: indicating that the option can have a sequence of string values
0 commit comments