Closed oadaeh closed 5 years ago
Thanks @oadaeh
I had not been a user of the --name
, --uid
and --mail
options before!
I've filed a PR https://github.com/backdrop-contrib/drush/pull/156 to respect these options.
If you are up for testing that would be great.
thanks, ~Geoff
Merged #159.
When executing drush uli with a parameter, such as --uid, an error is generated:
The _drush_user_get_users_from_options_and_arguments() is called within backdrop_command_user_login() in commands/user/backdrop_user.drush.inc.
The command was removed from Drush in this commit:
I tried just copying back in the missing functions, but the rabbit hole just kept getting deeper. Also, it does not look like the code it was replaced with is in the Backdrop version of Drush.
PR: https://github.com/backdrop-contrib/drush/pull/156