1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Update CodeQL CLI manual (#56976)

Co-authored-by: Vanessa <vgrl@github.com>
This commit is contained in:
docs-bot
2025-08-06 17:51:44 -07:00
committed by GitHub
parent ed12446e20
commit 80cfae3949
13 changed files with 29 additions and 14 deletions

View File

@@ -102,7 +102,7 @@ all queries. It loads query help for /path/to/query.ql from the
/path/to/query.md file. If this flag is not supplied the default
behavior is to include help only for custom queries i.e. those in query
packs which are not of the form \`codeql/\<lang\&rt;-queries\`. This
option has no effect when passed to [codeql bqrs interpret](/code-security/codeql-cli/codeql-cli-manual/bqrs-interpret).
option has no effect when passed to codeql bqrs interpret.
#### `--sarif-include-query-help=<mode>`
@@ -117,7 +117,7 @@ queries i.e. those in query packs which are not of the form
`never`: Do not include query help for any queries.
This option has no effect when passed to [codeql bqrs interpret](/code-security/codeql-cli/codeql-cli-manual/bqrs-interpret).
This option has no effect when passed to codeql bqrs interpret.
Available since `v2.15.2`.
@@ -132,7 +132,7 @@ Available since `v2.18.1`.
\[SARIF formats only] Place the rule object for each query under its
corresponding QL pack in the `<run>.tool.extensions` property. This
option has no effect when passed to [codeql bqrs interpret](/code-security/codeql-cli/codeql-cli-manual/bqrs-interpret).
option has no effect when passed to codeql bqrs interpret.
#### `--[no-]sarif-multicause-markdown`