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
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
2 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

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,