Skip to content

Conversation

manuee
Copy link
Contributor

@manuee manuee commented Dec 14, 2018

No description provided.

public function generate(array $options = ['file' => NULL, 'machine-name' => NULL]) {
$machine_name = $options['machine-name'];
if (empty($machine_name)) {
$machine_name = $this->io()->ask('Please provide the machine name to export the tables under');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This actually never triggers because the parameter is mandatory on the command.

@suzymasri suzymasri changed the title Add support for Drush 9 Add support for Drush 10 Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants