Changes
-
Markdown Command: The
markdown
command has been added. It can be seamlessly linked to the root command and produces comprehensive documentation for all registered commands and subcommands in Markdown format. This is an excellent tool for enhancing documentation workflows! -
Flexible Command Creation: The
CreateTypedCommand
function now supports options, providing greater command creation and configuration flexibility. This includes marking group commands as non-runnable by passing the predefinedNonRunnable
option, ensuring their representation in Markdown documentation is accurate and intuitive.