Skip to content

Commit

Permalink
chore(commands): Language: set option as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
bariscodefxy committed Jun 2, 2024
1 parent 528e98d commit 8acf8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/utility/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function configure(): void
->setType(Option::STRING)
->setName('language')
->setDescription('Language to select.')
->setRequired(true)
->setRequired(false)
];
}

Expand Down

0 comments on commit 8acf8d6

Please sign in to comment.