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: doc/help-output.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,6 +259,7 @@ For custom outputs and custom command nodes, the following contracts apply:
259
259
-`ICommandNodeDescriptor.Description` should be plain help text intent (not renderer-specific markup).
260
260
-`IHelpPreformattedContent.WriteTo(...)` is the preformatted contract for verbatim text output.
261
261
- If a node provides both interfaces, text outputs should prefer `IHelpPreformattedContent` and use `Description` as fallback when preformatted rendering is not supported.
262
+
- Public extensibility is centered on `ICommandOutput` and these descriptor interfaces; broader custom node internals are intentionally kept as an implementation boundary for official package integrations.
0 commit comments