HelpExtractor class
Helper to extract help information from PowerShell functions.
public static class HelpExtractor
Public Members
| name | description |
|---|---|
| static GetDescription(…) | Get the description from the help information. |
| static GetHelp(…) | Get the parsed comment-based help (CommentHelpInfo) for a PowerShell function using the AST + FunctionDefinitionAst.GetHelpContent(). |
| static GetParameterDescription(…) | Get the parameter description from the help information. |
| static GetSynopsis(…) | Get the synopsis from the help information. |
See Also
- namespace Kestrun.OpenApi
- HelpExtractor.cs