feature/recipe_implementation #5
@ -19,7 +19,6 @@ Default mode is factual and brief. Use --wordy for longer, more explanatory answ
|
|||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
queryCmd.Flags().Bool("wordy", false, "Give a longer, more detailed answer")
|
queryCmd.Flags().Bool("wordy", false, "Give a longer, more detailed answer")
|
||||||
rootCmd.AddCommand(queryCmd)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func runQuery(cmd *cobra.Command, args []string) {
|
func runQuery(cmd *cobra.Command, args []string) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user