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 0e99d5e commit 58c746eCopy full SHA for 58c746e
docs/codeql/codeql-cli/creating-codeql-databases.rst
@@ -203,6 +203,7 @@ commands that you can specify for compiled languages.
203
codeql database create csharp-database --language=csharp --command='dotnet build /p:UseSharedCompilation=false /t:rebuild'
204
205
- Go project built using the ``COEQL_EXTRACTOR_GO_BUILD_TRACING=on`` environment variable::
206
+
207
CODEQL_EXTRACTOR_GO_BUILD_TRACING=on codeql database create go-database --language=go
208
209
- Go project built using a custom build script::
0 commit comments