func NewListOps(c *Context) *cobra.Command {
    cmd := &cobra.Command{
        Use:   "list-ops",
        Short: "Print possible operation types inside the `generic` request",
        RunE: func(cmd *cobra.Command, args []string) error {