1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update CodeQL CLI manual (#51557)

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
docs-bot
2024-07-11 01:45:51 -07:00
committed by GitHub
parent 687b3668ea
commit 68ce233e62
3 changed files with 28 additions and 8 deletions

View File

@@ -67,8 +67,15 @@ referred to by their relative path from this directory.
#### `--[no-]overwrite`
\[Advanced] If the database already exists, delete it and proceed with
this command instead of failing. This option should be used with caution
as it may recursively delete the entire database directory.
this command instead of failing. If the directory exists, but it does
not look like a database, an error will be thrown.
#### `--[no-]force-overwrite`
\[Advanced] If the database already exists, delete it even if it does
not look like a database and proceed with this command instead of
failing. This option should be used with caution as it may recursively
delete the entire database directory.
#### `--codescanning-config=<file>`