Update CodeQL CLI manual (#55635)
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
@@ -95,7 +95,7 @@ be any string that does not contain a newline.
|
||||
|
||||
You can use this command-line option repeatedly to set multiple
|
||||
extractor options. If you provide multiple values for the same extractor
|
||||
option, the behaviour depends on the type that the extractor option
|
||||
option, the behavior depends on the type that the extractor option
|
||||
expects. String options will use the last value provided. Array options
|
||||
will use all the values provided, in order. Extractor options specified
|
||||
using this command-line option are processed after extractor options
|
||||
@@ -121,7 +121,7 @@ string and array options are map entries with string and array values.
|
||||
|
||||
Extractor option bundle files are read in the order they are specified.
|
||||
If different extractor option bundle files specify the same extractor
|
||||
option, the behaviour depends on the type that the extractor option
|
||||
option, the behavior depends on the type that the extractor option
|
||||
expects. String options will use the last value provided. Array options
|
||||
will use all the values provided, in order. Extractor options specified
|
||||
using this command-line option are processed before extractor options
|
||||
|
||||
@@ -239,7 +239,7 @@ produce all necessary data directly.
|
||||
#### `--extra-tracing-config=<tracing-config.lua>`
|
||||
|
||||
\[Advanced] The path to a tracer configuration file. It may be used to
|
||||
modify the behaviour of the build tracer. It may be used to pick out
|
||||
modify the behavior of the build tracer. It may be used to pick out
|
||||
compiler processes that run as part of the build command, and trigger
|
||||
the execution of other tools. The extractors will provide default tracer
|
||||
configuration files that should work in most situations.
|
||||
@@ -258,7 +258,7 @@ be any string that does not contain a newline.
|
||||
|
||||
You can use this command-line option repeatedly to set multiple
|
||||
extractor options. If you provide multiple values for the same extractor
|
||||
option, the behaviour depends on the type that the extractor option
|
||||
option, the behavior depends on the type that the extractor option
|
||||
expects. String options will use the last value provided. Array options
|
||||
will use all the values provided, in order. Extractor options specified
|
||||
using this command-line option are processed after extractor options
|
||||
@@ -284,7 +284,7 @@ string and array options are map entries with string and array values.
|
||||
|
||||
Extractor option bundle files are read in the order they are specified.
|
||||
If different extractor option bundle files specify the same extractor
|
||||
option, the behaviour depends on the type that the extractor option
|
||||
option, the behavior depends on the type that the extractor option
|
||||
expects. String options will use the last value provided. Array options
|
||||
will use all the values provided, in order. Extractor options specified
|
||||
using this command-line option are processed before extractor options
|
||||
|
||||
@@ -89,7 +89,7 @@ produce all necessary data directly.
|
||||
#### `--extra-tracing-config=<tracing-config.lua>`
|
||||
|
||||
\[Advanced] The path to a tracer configuration file. It may be used to
|
||||
modify the behaviour of the build tracer. It may be used to pick out
|
||||
modify the behavior of the build tracer. It may be used to pick out
|
||||
compiler processes that run as part of the build command, and trigger
|
||||
the execution of other tools. The extractors will provide default tracer
|
||||
configuration files that should work in most situations.
|
||||
@@ -135,7 +135,7 @@ be any string that does not contain a newline.
|
||||
|
||||
You can use this command-line option repeatedly to set multiple
|
||||
extractor options. If you provide multiple values for the same extractor
|
||||
option, the behaviour depends on the type that the extractor option
|
||||
option, the behavior depends on the type that the extractor option
|
||||
expects. String options will use the last value provided. Array options
|
||||
will use all the values provided, in order. Extractor options specified
|
||||
using this command-line option are processed after extractor options
|
||||
@@ -161,7 +161,7 @@ string and array options are map entries with string and array values.
|
||||
|
||||
Extractor option bundle files are read in the order they are specified.
|
||||
If different extractor option bundle files specify the same extractor
|
||||
option, the behaviour depends on the type that the extractor option
|
||||
option, the behavior depends on the type that the extractor option
|
||||
expects. String options will use the last value provided. Array options
|
||||
will use all the values provided, in order. Extractor options specified
|
||||
using this command-line option are processed before extractor options
|
||||
|
||||
Reference in New Issue
Block a user