Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / debug.libraries.yml
diff --git a/vendor/drupal/console-en/translations/debug.libraries.yml b/vendor/drupal/console-en/translations/debug.libraries.yml
new file mode 100644 (file)
index 0000000..c431b65
--- /dev/null
@@ -0,0 +1,17 @@
+description: 'Displays libraries available in application'
+options:
+  name: 'Extension or Library Name'
+messages:
+   extension: 'Extension'
+   library: 'Library'
+   info: 'Library Information'
+examples:
+    - description: 'List all extensions with libraries'
+      execution: |
+        drupal debug:libraries
+    - description: 'List block extension libraries'
+      execution: |
+        drupal debug:libraries block
+    - description: 'List block/drupal.block library'
+      execution: |
+        drupal debug:libraries block/drupal.block