Commit 3bfda46
fix(cli-forge): update CLI type annotations in documentation tools
Updates type annotations to be compatible with the new CLI interface
that includes TChildren, THandlerReturn, and TParent type parameters:
- generate-documentation.ts: Uses CLI<any, any, any> for the command
- documentation.ts: Adds `as unknown as CLI` cast for builder call
These changes ensure the documentation generation tools work correctly
with the expanded CLI type without requiring full type inference.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent b182f27 commit 3bfda46
File tree
2 files changed
+2
-2
lines changed- packages/cli-forge/src
- bin/commands
- lib
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments