Skip to content

Commit a52e7a7

Browse files
committed
fix cli sdk autogen with sdk keyword
1 parent 410c23b commit a52e7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/utils/commands2md.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import path from 'path'
1010
* @returns A string containing the entire markdown documentation for all commands.
1111
*/
1212
export function commands2md(commands: Command[]): void {
13-
const outputDir = 'api_ref'
13+
const outputDir = 'sdk_ref'
1414
if (!fs.existsSync(outputDir)) {
1515
fs.mkdirSync(outputDir, { recursive: true })
1616
}

0 commit comments

Comments
 (0)