- Issue created by @cosmicdreams
- Merge request !43517852: Drush: modeler_api:model:export should handle case sensitivity of process id β (Merged) created by cosmicdreams
- π©πͺGermany jurgenhaas Gottmadingen
Good point. I've got 2 suggestions:
- Let's use
mb_strtolower
instead ofstrtolower
- Let's apply the same logic to other arguments in the Drush commands as well
- Let's use