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
Same issue as #5913. System and version are nearly the same.
When pressing Tab key to use bash completion with drush role:perm:add it hangs in a weird state with 2 newlines and waiting for input:
drush role:perm:add
dummy@a14d6d62aff5:/var/www$ drush version Drush version : 12.5.2.0 dummy@a14d6d62aff5:/var/www$ drush role:perm:add ^C dummy@a14d6d62aff5:/var/www$
To Reproduce
drush role:perm:a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Same issue as #5913. System and version are nearly the same.
When pressing Tab key to use bash completion with
drush role:perm:add
it hangs in a weird state with 2 newlines and waiting for input:To Reproduce
drush role:perm:a
, type Tab --> expands todrush role:perm:add
as expecteddrush role:perm:add
(with the whitespace at the end), type Tab again --> broken statedrush role:perm:add
pressing Tab does nothing and nothing breaksThe text was updated successfully, but these errors were encountered: