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

Replace core:config with core:edit in examples #5232

Merged
merged 1 commit into from Sep 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/Commands/core/EditCommands.php
Expand Up @@ -21,17 +21,17 @@ class EditCommands extends DrushCommands implements SiteAliasManagerAwareInterfa
* @bootstrap max
* @param $filter A substring for filtering the list of files. Omit this argument to choose from loaded files.
* @optionset_get_editor
* @usage drush core:config
* @usage drush core:edit
* Pick from a list of config/alias/settings files. Open selected in editor.
* @usage drush --bg core-config
* Return to shell prompt as soon as the editor window opens.
* @usage drush core:config etc
* @usage drush core:edit etc
* Edit the global configuration file.
* @usage drush core:config demo.alia
* @usage drush core:edit demo.alia
* Edit a particular alias file.
* @usage drush core:config sett
* @usage drush core:edit sett
* Edit settings.php for the current Drupal site.
* @usage drush core:config --choice=2
* @usage drush core:edit --choice=2
* Edit the second file in the choice list.
* @aliases conf,config,core-edit
*/
Expand Down