Execute adds all child commands to the root command and sets flags appropriately.
This is called by main.main(). It only needs to happen once to the rootCmd.
type SearchResults struct {
Results json.RawMessage `json:"results"`
SearchTerm string `json:"search_term"`
Status int `json:"status"`
TotalJokes int `json:"total_jokes"`
}