docs

package
v0.7.0-9a Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	APICmd = &cobra.Command{
		Use:   "api [packages...]",
		Short: "Generate the Go package API reference as Markdown",
		RunE: func(cmd *cobra.Command, args []string) error {
			roots := args
			if len(roots) == 0 {
				roots = []string{"pkg"}
			}
			return runAPI(cmd, roots)
		},
	}
)
View Source
var (
	CLICmd = &cobra.Command{
		Use:   "cli",
		Short: "Generate the unobin CLI reference as Markdown",
		RunE: func(cmd *cobra.Command, args []string) error {
			return runCLI(cmd)
		},
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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