package annotation

import "github.com/docker/cli-docs-tool/annotation"

Index

Constants

const (
	// ExternalURL specifies an external link annotation
	ExternalURL = "docs.external.url"
	// CodeDelimiter specifies the char that will be converted as code backtick.
	// Can be used on cmd for inheritance or a specific flag.
	CodeDelimiter = "docs.code-delimiter"
	// DefaultValue specifies the default value for a flag.
	DefaultValue = "docs.default-value"
)

Source Files

annotation.go

Version
v0.5.1
Published
Dec 29, 2022
Platform
linux/amd64
Last checked
14 seconds ago

Tools for package owners.