Add optional --menus and --link_types --title_length flags to `drush devel-generate:menu`
Problem/Motivation
------------
Automating the creation of certain menu items using drush devel-generate does not currently allow to specify restrictions on menus, link types and max title length of menu titles and menu links. However, the form supports all of these.
Proposed resolution
-------------
Add optional flags to the `drush devel-generate:menu` command:
- `--menus` - comma separated list of menus to generate,
- `--link_types` - comma separated list of menu link types,
- `--title_length` - the maximum length for menu titles and menu links.
issue