Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SearchCmd = &cobra.Command{ Use: "s <query>", Short: "Web search from the terminal", Long: `Web search from the terminal.`, Run: func(cmd *cobra.Command, args []string) { err := performCommand(args) if err != nil { cmd.Help() os.Exit(1) } }, }
Main command for Cobra.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.