X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdatabase.connect.yml;h=a771d7d219f91d2b7536a4e4f4951e433913867a;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=4159a15a0306b95705919ef553d0083fae173ba6;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/database.connect.yml b/vendor/drupal/console-en/translations/database.connect.yml index 4159a15a0..a771d7d21 100644 --- a/vendor/drupal/console-en/translations/database.connect.yml +++ b/vendor/drupal/console-en/translations/database.connect.yml @@ -6,3 +6,8 @@ messages: database-not-supported: 'Database type "%s" is not supported yet' database-client-not-found: 'Database client "%s" wasn''t found' connection: 'Connection: "%s"' +examples: + - description: 'Connects to an specified database, or the default if not arguments passed' + execution: | + drupal database:connect \ +