We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b479d commit 1c53482Copy full SHA for 1c53482
3 files changed
scripts/documentation-renderer/doc-building.ts
@@ -6,7 +6,7 @@ import {
6
registerCommandForHelpGeneration,
7
selectiveRenderHelpForCommand,
8
} from '../../src/lib/command-framework/help.js';
9
-import type { BaseCommandRenderer } from '../../src/lib/command-framework/help/_BaseCommandRenderer';
+import type { BaseCommandRenderer } from '../../src/lib/command-framework/help/_BaseCommandRenderer.js';
10
import { Commands } from './commands.js';
11
12
export interface CommandsInCategory extends Partial<Parameters<BaseCommandRenderer['selectiveRender']>[0]> {
0 commit comments