diff --git a/cmd/query.go b/cmd/query.go index ca450a5..67942f6 100644 --- a/cmd/query.go +++ b/cmd/query.go @@ -19,7 +19,6 @@ Default mode is factual and brief. Use --wordy for longer, more explanatory answ func init() { queryCmd.Flags().Bool("wordy", false, "Give a longer, more detailed answer") - rootCmd.AddCommand(queryCmd) } func runQuery(cmd *cobra.Command, args []string) {