From 5f73fb21b86c4e4b207ed2b73b6ff35f87109a39 Mon Sep 17 00:00:00 2001 From: Ethan P <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 28 Oct 2021 10:55:44 -0700 Subject: [PATCH] Add new article to ref page --- docs/codeql/codeql-cli/codeql-cli-reference.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/codeql-cli-reference.rst b/docs/codeql/codeql-cli/codeql-cli-reference.rst index 2cc5e755350..ec48a2061dd 100644 --- a/docs/codeql/codeql-cli/codeql-cli-reference.rst +++ b/docs/codeql/codeql-cli/codeql-cli-reference.rst @@ -14,7 +14,7 @@ Learn more about the files you can use when running CodeQL processes and the res query-reference-files sarif-output exit-codes - + extractor-options - :doc:`About CodeQL packs `: CodeQL packs are created with the CodeQL CLI and are used to create, depend on, publish, and run CodeQL queries and libraries. - :doc:`About QL packs `: QL packs are used to organize the files used in CodeQL analysis. They @@ -23,3 +23,4 @@ Learn more about the files you can use when running CodeQL processes and the res - :doc:`SARIF output `: CodeQL supports SARIF as an output format for sharing static analysis results. - :doc:`Exit codes `: The CodeQL CLI reports the status of each command it runs as an exit code. This exit code provides information for subsequent commands or for other tools that rely on the CodeQL CLI. +- :doc: `Extractor options