You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/ql-vscode/src/codeql-cli/cli.ts
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1158,23 +1158,22 @@ export class CodeQLCliServer implements Disposable {
1158
1158
/**
1159
1159
* Uses a .qhelp file to generate Query Help documentation in a specified format.
1160
1160
* @param pathToQhelp The path to the .qhelp file
1161
-
* @param format The format in which the query help should be generated {@link https://codeql.github.com/docs/codeql-cli/manual/generate-query-help/#cmdoption-codeql-generate-query-help-format}
1162
-
* @param outputDirectory The output directory for the generated file
1161
+
* @param outputFileOrDirectory The output directory for the generated file
0 commit comments