Updates a post type.
<slug> : The slug of the post type.
[--slug=<string>] : The name of the post type.
[--singular=<string>] : The singular name of the post type.
[--plural=<string>] : The plural name of the post type.
wp types posttype update book --slug='ebook' --singular='Ebook' --plural='Ebooks'