Skip to content

Commit

Permalink
[CLEANUP] Command names
Browse files Browse the repository at this point in the history
  • Loading branch information
kitzberger authored and achimfritz committed Feb 14, 2024
1 parent 5fa04b2 commit 75ae8e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Configuration/Services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ services:
B13\Container\Command\FixLanguageModeCommand:
tags:
- name: 'console.command'
command: 'container:fixLanguageModeCommand'
command: 'container:fixLanguageMode'
schedulable: false
description: connect children of connected container if possible, else disconnect container
B13\Container\Command\FixContainerParentForConnectedModeCommand:
tags:
- name: 'console.command'
command: 'container:fixContainerParentForConnectedModeCommand'
command: 'container:fixContainerParentForConnectedMode'
schedulable: false
description: tx_container_parent of children in connected mode should point to default language container
B13\Container\Command\DeleteChildrenWithWrongPidCommand:
Expand All @@ -92,7 +92,7 @@ services:
B13\Container\Command\DeleteChildrenWithNonExistingParentCommand:
tags:
- name: 'console.command'
command: 'container:deleteChildrenWithNonExistingParentCommand'
command: 'container:deleteChildrenWithNonExistingParent'
schedulable: false
description: delete all child records with a non existing parent record (they are displayed as unsued)
B13\Container\Command\IntegrityCommand:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ vendor/bin/typo3 container:sorting
vendor/bin/typo3 container:sorting --apply 123

# ??
bin/typo3 container:fixLanguageModeCommand
bin/typo3 container:fixContainerParentForConnectedModeCommand
bin/typo3 container:fixLanguageMode
bin/typo3 container:fixContainerParentForConnectedMode
bin/typo3 container:deleteChildrenWithWrongPid
bin/typo3 container:deleteChildrenWithNonExistingParentCommand
bin/typo3 container:deleteChildrenWithNonExistingParent
```

## TODOs / Proofments
Expand Down

0 comments on commit 75ae8e3

Please sign in to comment.