Documentation
¶
Index ¶
Constants ¶
View Source
const ( FlagName = "name" FlagDescription = "description" )
Variables ¶
This section is empty.
Functions ¶
func PromptMissing ¶
func PromptMissing(opts *CreateOptions) error
Types ¶
type CreateFlags ¶
type CreateFlags struct {
Name *flag.Flag[string]
Description *flag.Flag[string]
*machinescommon.WebFlags
}
func NewCreateFlags ¶
func NewCreateFlags() *CreateFlags
type CreateOptions ¶
type CreateOptions struct {
*CreateFlags
*cmd.Dependencies
}
func NewCreateOptions ¶
func NewCreateOptions(flags *CreateFlags, dependencies *cmd.Dependencies) *CreateOptions
Click to show internal directories.
Click to hide internal directories.