mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-21 21:16:11 +01:00
Add proper description to command output in v11
This commit is contained in:
parent
ff3a577935
commit
c09c3ffb57
1 changed files with 9 additions and 4 deletions
|
@ -7,25 +7,30 @@ services:
|
|||
Wrm\Events\:
|
||||
resource: '../Classes/*'
|
||||
|
||||
Wrm\Events\Command\DestinationDataImportCommand:
|
||||
tags:
|
||||
- name: 'console.command'
|
||||
command: 'events:destinationdataimport'
|
||||
events.levacy_comannd_identifier:
|
||||
class: 'Wrm\Events\Command\DestinationDataImportCommand'
|
||||
tags:
|
||||
- name: 'console.command'
|
||||
command: 'events:destinationdataimport‚'
|
||||
description: 'Mind the trailing ",", there for backwards compatibility'
|
||||
|
||||
Wrm\Events\Command\DestinationDataImportCommand:
|
||||
tags:
|
||||
- name: 'console.command'
|
||||
command: 'events:destinationdataimport'
|
||||
description: 'Import Destination Data Events'
|
||||
|
||||
Wrm\Events\Command\RemoveAllCommand:
|
||||
tags:
|
||||
- name: 'console.command'
|
||||
command: 'events:removeAll'
|
||||
description: 'Remove all event data'
|
||||
|
||||
Wrm\Events\Command\RemovePastCommand:
|
||||
tags:
|
||||
- name: 'console.command'
|
||||
command: 'events:removePast'
|
||||
description: 'Remove past events'
|
||||
|
||||
Wrm\Events\Extbase\AddSpecialProperties:
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue