Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / module.debug.yml
index dd9f551ec621b038cb93217088a2fc929b9c02f1..11525390ef8a5b42135889f26a2359502c3f4af1 100644 (file)
@@ -1,6 +1,6 @@
 description: 'Display current modules available for application'
 options:
-    status: 'Module status [enabled|disabled]'
+    status: 'Module status [installed|uninstalled]'
     type: 'Module type [core|no-core]'
 messages:
     id: ID
@@ -16,3 +16,8 @@ messages:
     total-monthly: 'Monthly installs'
     total-daily: 'Daily installs'
     no-results: 'Module "%s" was not found in the repository'
+examples:
+    - description: 'Display all installed modules'
+      execution: 'drupal mod --status=installed'
+    - description: 'Display all installed and no core modules'
+      execution: 'drupal mod --status=installed --type=no-core'