We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug A TypeError occurs when running drush help cron:
drush help cron
TypeError: Cannot access offset of type string on string in /var/www/html/vendor/drush/drush/src/Commands/help/HelpCLIFormatter.php on line 41
To Reproduce Run drush help cron on a clean D10.2 with Drush 12.4.4.0
Expected behavior Help text should be displayed
Actual behavior Error message and stack trace is displayed.
Workaround None.
The text was updated successfully, but these errors were encountered:
Fix drush-ops#5908. drush help cron errors due to an ampersand in XML…
11b26fe
… help
397f4d8
Fix #5908. drush help cron errors due to an ampersand in XML help (#5954
5983ba9
)
Successfully merging a pull request may close this issue.
Describe the bug
A TypeError occurs when running
drush help cron
:To Reproduce
Run
drush help cron
on a clean D10.2 with Drush 12.4.4.0Expected behavior
Help text should be displayed
Actual behavior
Error message and stack trace is displayed.
Workaround
None.
System Configuration
The text was updated successfully, but these errors were encountered: