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 TaskOutput struct {
Number int `json:"number"`
Title string `json:"title"`
Description string `json:"description,omitempty"`
Status string `json:"status"`
Due string `json:"due,omitempty"`
}