Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix: Rename translate command to translate:translate
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed May 15, 2024
1 parent ccecb47 commit b477a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Command/Translate.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function __construct(TranslateService $llm) {
* @return void
*/
protected function configure() {
$this->setName('translate')
$this->setName('translate:translate')
->setDescription('Translates the input')
->addArgument('from')
->addArgument('to')
Expand Down

0 comments on commit b477a34

Please sign in to comment.