Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AgentCmd = &cobra.Command{ Use: "ai [OPTIONS] [@AGENT] MESSAGE...", Short: "AI Command Line Tool", Version: internal.Version, DisableFlagsInUseLine: true, DisableSuggestions: true, Args: cobra.ArbitraryArgs, RunE: func(cmd *cobra.Command, args []string) error { return Run(cmd, args) }, }
Functions ¶
func HelpAgents ¶
func HelpCommands ¶
func HelpCommands() error
Types ¶
Click to show internal directories.
Click to hide internal directories.