Documentation
¶
Overview ¶
root.go
Package cmd serves as the entry point for the Kuma CLI application. It defines the root command and integrates all subcommands into the CLI.
Index ¶
Constants ¶
View Source
const (
UnicodeLogo = `
`
)
UnicodeLogo holds the ASCII or Unicode art logo for Kuma CLI. Currently, it's an empty string but can be populated with logo art.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
commands
|
|
|
create
create.go
|
create.go |
|
exec
run.go
|
run.go |
|
module
module.go
|
module.go |
|
ui
|
|
|
multiSelectInput
Package multiSelect provides functions that help define and draw a multi-select step
|
Package multiSelect provides functions that help define and draw a multi-select step |
|
selectInput
Package multiInput provides functions that help define and draw a multi-input step
|
Package multiInput provides functions that help define and draw a multi-input step |
|
textInput
Package textinput provides functions that help define and draw a text-input step
|
Package textinput provides functions that help define and draw a text-input step |
|
utils/steps
Package steps provides utility for creating each step of the CLI
|
Package steps provides utility for creating each step of the CLI |
Click to show internal directories.
Click to hide internal directories.