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