docgen

package
v1.27.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package docgen provides utilities for generating documentation from CLI applications.

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrUnsupportedFlagType is returned when an unsupported flag type is encountered.
	ErrUnsupportedFlagType = errors.New("unsupported flag type")
)

Functions

func GenerateMarkdown

func GenerateMarkdown(w io.Writer, app *cli.Command) error

GenerateMarkdown generates a markdown document from a cli.Command structure. It writes the documentation to the provided writer.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL