Documentation ¶
Index ¶
- Constants
- func Execute()
- func Fail(args ...interface{})
- func FailF(format string, args ...interface{})
- func FailIfError(err error, args ...interface{})
- func FailIfErrorF(err error, format string, args ...interface{})
- func GenCommandMarkdown(m *markdown.Markdown, cmdPath []string, command *cobra.Command)
- func GenCommandsMarkdown(m *markdown.Markdown, commandPath []string, command *cobra.Command, ...)
- func GenMarkdownDocumentation(cmd *cobra.Command, filePath string, skipCommands []string) error
- func GenRootCommandMarkdown(m *markdown.Markdown, command *cobra.Command, skipCommands []string)
Constants ¶
View Source
const ExtraRoots = "root"
View Source
const ForceInput = "forceinput"
View Source
const Format = "format"
View Source
const FormatDescription = "specification format to convert specification from: spec-2.0, openapi"
View Source
const InFile = "in-file"
View Source
const InFileDescription = "path for input specification file"
View Source
const NoInput = "noinput"
View Source
const NoOverwrites = "nooverwrites"
View Source
const OutFile = "out-file"
View Source
const OutFileDescription = "path to output file"
View Source
const OutPath = "out"
View Source
const Set = "set"
View Source
const Source = "source"
View Source
const SpecFile = "spec-file"
View Source
const SpecFileDescription = "path to specification file"
View Source
const Values = "values"
Variables ¶
This section is empty.
Functions ¶
func FailIfError ¶ added in v2.1.2046
func FailIfError(err error, args ...interface{})
func FailIfErrorF ¶ added in v2.1.2046
func GenCommandMarkdown ¶ added in v2.0.821
func GenCommandsMarkdown ¶ added in v2.0.821
func GenMarkdownDocumentation ¶ added in v2.0.821
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.