docs

package
v1.6.8 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenMdxTree added in v1.4.2

func GenMdxTree(cmd *cobra.Command, dir string) error

func GenYamlTree

func GenYamlTree(cmd *cobra.Command, dir string) error

Types

type Command

type Command struct {
	Name        string
	Description string
	Usage       string
	Aliases     []string
	Examples    string
	Slug        string
	RunInWebCLI bool

	Flags map[string][]Flag

	SubCommands []Command
}

func (Command) ExamplesList added in v1.4.2

func (cmd Command) ExamplesList() []Example

type Example added in v1.4.2

type Example struct {
	Desc          string
	Code          string
	WebCLICommand string
}

type Flag

type Flag struct {
	Name        string
	Shorthand   string
	Description string
	Default     string
}

Jump to

Keyboard shortcuts

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