# Functions

CreateTypedCommand Creates a new typed command from the given handler instance.
NewMarkdownDocsCommand creates a new Cobra command for exporting Markdown documentation to a specified folder.
NonRunnable disables the Run and RunE functions of a Cobra command, effectively making the command non-runnable.

# Type aliases

No description provided by the author