Documentation ¶
Overview ¶
Package steps provides utility for creating each step of the CLI
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct {
Flag, Title, Desc string
}
An Item contains the data for each option in a StepSchema.Options
type StepSchema ¶
type StepSchema struct { StepName string // The name of a given step Options []Item // The slice of each option for a given step Headers string // The title displayed at the top of a given step Field string }
A StepSchema contains the data that is used for an individual step of the CLI
Click to show internal directories.
Click to hide internal directories.