Skip to content

Commit 5282008

Browse files
hjuarez20enzolutions
authored andcommitted
[debug:module] Remove keys (#247)
1 parent 8de2a0d commit 5282008

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

translations/debug.module.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ messages:
1313
uninstalled: Uninstalled
1414
version: Version
1515
schema-version: 'Schema version'
16-
total-downloads: 'Total installs'
17-
total-monthly: 'Monthly installs'
18-
total-daily: 'Daily installs'
19-
no-results: 'Module "%s" was not found in the repository'
2016
examples:
2117
- description: 'Display all installed modules'
22-
execution: 'drupal mod --status=installed'
23-
- description: 'Display all installed and no core modules'
24-
execution: 'drupal mod --status=installed --type=no-core'
18+
execution: 'drupal debug:module --status=installed'
19+
- description: 'Display all installed and no core modules with alias'
20+
execution: 'drupal dm --status=installed --type=no-core'

0 commit comments

Comments
 (0)