# Functions
FormatPositionalArg will format the positional arguments of a command from it's annotations.
GenMarkdown creates markdown output.
GenMarkdownCustom creates custom markdown output.
GenMarkdownTree will generate a markdown page for this command and all descendants in the directory given.
GenMarkdownTreeCustom is the the same as GenMarkdownTree, but with custom filePrepender and linkHandler.
PositionalArgs returns a slice of the given command's positional arguments.