Skip to content

Commit b48cc64

Browse files
committed
Add JSDoc comment to runCliJson
1 parent 61b5859 commit b48cc64

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/codeql.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,12 @@ async function runCli(
11311131
}
11321132
}
11331133

1134+
/**
1135+
* Wraps the command executor {@link runCli} and parses the JSON output.
1136+
* @param cmd The command to run.
1137+
* @param args The arguments to pass to the command.
1138+
* @param opts Options for running the command.
1139+
*/
11341140
async function runCliJson<T>(
11351141
cmd: string,
11361142
args: string[] = [],

0 commit comments

Comments
 (0)