Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AiCliOptions ¶
type AiCliOptions struct {
Version bool
}
func NewAiCliOptions ¶
func NewAiCliOptions() *AiCliOptions
func (*AiCliOptions) Complete ¶
func (o *AiCliOptions) Complete(_ *cobra.Command, _ []string) error
Complete fills in any missing information by gathering data from flags, environment, or other sources It converts user input into a usable configuration
func (*AiCliOptions) Run ¶
func (o *AiCliOptions) Run(cmd *cobra.Command) error
Run executes the main logic of the command once its complete and validated
func (*AiCliOptions) Validate ¶
func (o *AiCliOptions) Validate() error
Validate ensures that all required arguments and flag values are provided
Click to show internal directories.
Click to hide internal directories.