Documentation
¶
Index ¶
Constants ¶
View Source
const ( FlagId = "id" FlagName = "name" FlagProject = "project" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeleteFlags ¶
type DeleteFlags struct {
Id *flag.Flag[string]
Name *flag.Flag[string]
Project *flag.Flag[string]
*question.ConfirmFlags
}
func NewDeleteFlags ¶
func NewDeleteFlags() *DeleteFlags
type DeleteOptions ¶
type DeleteOptions struct {
*DeleteFlags
*cmd.Dependencies
shared.GetProjectCallback
}
func NewDeleteOptions ¶
func NewDeleteOptions(flags *DeleteFlags, dependencies *cmd.Dependencies) *DeleteOptions
Click to show internal directories.
Click to hide internal directories.