Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "setup", Short: "Setup template configuration (interactive mode)", Long: `Setup and configure the current template with an interactive setup wizard. This interactive command: - Helps with setting up the template configuration This command launches an interactive terminal interface to guide you through the template configuration process step by step.`, RunE: func(_ *cobra.Command, _ []string) error { return RunTea() }, }
Functions ¶
Types ¶
type LoginModel ¶
type LoginModel struct {
APIKeyChan chan string
GetHostCmd tea.Cmd
SuccessCmd tea.Cmd
// contains filtered or unexported fields
}
func (LoginModel) Init ¶
func (lm LoginModel) Init() tea.Cmd
func (LoginModel) Update ¶
func (lm LoginModel) Update(msg tea.Msg) (LoginModel, tea.Cmd)
func (LoginModel) View ¶
func (lm LoginModel) View() string
Click to show internal directories.
Click to hide internal directories.