Document queries parameter for databaseRunQueries

This commit is contained in:
Michael B. Gale
2025-06-26 11:37:10 +01:00
parent 768fc170da
commit 27db6cb5d6
2 changed files with 4 additions and 2 deletions

View File

@@ -157,7 +157,9 @@ export interface CodeQL {
dbName: string,
): Promise<void>;
/**
* Run 'codeql database run-queries'.
* Run 'codeql database run-queries'. If no `queries` are specified, then the CLI
* will automatically use the `config-queries.qls` (if it exists) or default queries
* for the language.
*/
databaseRunQueries(
databasePath: string,