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(cmd, args) if err != nil { fmt.Fprintf(os.Stderr, "[Error] %s\n", err) 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.