Documentation
¶
Overview ¶
Package commandsmd is built to read the markdown format described in temporalcli/commands.md and generate code from it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CommandsMarkdown []byte
Functions ¶
Types ¶
type Command ¶
type Command struct {
FullName string
NamePath []string
UseSuffix string
Short string
LongPlain string
LongHighlighted string
LongMarkdown string
OptionsSets []CommandOptions
HasInit bool
ExactArgs int
MaximumArgs int
}
func ParseMarkdownCommands ¶
type CommandOption ¶
type CommandOptions ¶
type CommandOptions struct {
SetName string
Options []CommandOption
IncludeOptionsSets []string
}
Click to show internal directories.
Click to hide internal directories.