Skip to content
New issue

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

Port docs- commands to Annotated #2506

Merged
merged 2 commits into from
Dec 22, 2016
Merged

Port docs- commands to Annotated #2506

merged 2 commits into from
Dec 22, 2016

Conversation

weitzman
Copy link
Member

No description provided.

@weitzman weitzman merged commit e970204 into master Dec 22, 2016
@weitzman weitzman deleted the docsAnnotated branch December 22, 2016 03:48
mikeker pushed a commit to mikeker/drush that referenced this pull request Aug 10, 2017
'callback' => 'drush_print_file',
'callback arguments' => array($docs_dir . '/examples/example.aliases.drushrc.php'),
);
$items['docs-ini-files'] = array(
Copy link

Choose a reason for hiding this comment

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

I saw that we removed the example file but \Drush\Commands\core\EditCommands::phpIniFiles still supports DRUSH_INI, /etc/drush.ini and ~/.drush/drush.ini.

Should we add example.drush.ini back?

Copy link
Member Author

Choose a reason for hiding this comment

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

no, those files are no longer used. we need to fix EditCommands.

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link

Choose a reason for hiding this comment

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

So how are we going to update drush specific php config? Can we add php ini override in drush.yml?

Copy link
Member

Choose a reason for hiding this comment

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

What is your use-case for drush-specific php config?

Copy link

Choose a reason for hiding this comment

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

To setup the memory limit memory_limit = 256M

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.

3 participants