From c09c3ffb574335469c68f840cec431ef809989e8 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 13 Dec 2021 08:48:44 +0100 Subject: [PATCH] Add proper description to command output in v11 --- Configuration/Services.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Configuration/Services.yaml b/Configuration/Services.yaml index a0fd323..29756c2 100644 --- a/Configuration/Services.yaml +++ b/Configuration/Services.yaml @@ -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: