Adds a taxonomy term as a menu item
Arguments
| Name | Description | 
|---|
| menu | The name, slug, or term ID for the menu | 
| taxonomy | Taxonomy of the term to be added | 
| term-id | Term ID of the term to be added | 
Options
| Name | Description | 
|---|
| --title  <title> | Set a custom title for the menu item | 
| --link  <link> | Set a custom url for the menu item | 
| --description  <description> | Set a custom description for the menu item | 
| --attr-title  <attr-title> | Set a custom title attribute for the menu item | 
| --target  <target> | Set a custom link target for the menu item | 
| --classes  <classes> | Set a custom link classes for the menu item | 
| --position  <position> | Specify the position of this menu item | 
| --parent-id  <parent-id> | Make this menu item a child of another menu item | 
| --porcelain | Output just the new menu item id |