Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / module.debug.yml
1 description: 'Display current modules available for application'
2 options:
3     status: 'Module status [installed|uninstalled]'
4     type: 'Module type [core|no-core]'
5 messages:
6     id: ID
7     name: Name
8     status: Status
9     origin: Origin
10     package: Package
11     installed: Installed
12     uninstalled: Uninstalled
13     version: Version
14     schema-version: 'Schema version'
15     total-downloads: 'Total installs'
16     total-monthly: 'Monthly installs'
17     total-daily: 'Daily installs'
18     no-results: 'Module "%s" was not found in the repository'
19 examples:
20     - description: 'Display all installed modules'
21       execution: 'drupal mod --status=installed'
22     - description: 'Display all installed and no core modules'
23       execution: 'drupal mod --status=installed --type=no-core'