Use --force-overwrite for creating databases
...but only if the feature exists in the CLI.
This commit is contained in:
parent
c7964947b4
commit
0a64ae0929
6 changed files with 12 additions and 4 deletions
1
lib/tools-features.js
generated
1
lib/tools-features.js
generated
|
|
@ -10,6 +10,7 @@ var ToolsFeature;
|
|||
ToolsFeature["SetsCodeqlRunnerEnvVar"] = "setsCodeqlRunnerEnvVar";
|
||||
ToolsFeature["TraceCommandUseBuildMode"] = "traceCommandUseBuildMode";
|
||||
ToolsFeature["SarifMergeRunsFromEqualCategory"] = "sarifMergeRunsFromEqualCategory";
|
||||
ToolsFeature["ForceOverwite"] = "forceOverwite";
|
||||
})(ToolsFeature || (exports.ToolsFeature = ToolsFeature = {}));
|
||||
/**
|
||||
* Determines if the given feature is supported by the CLI.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue