Skip to content

Commit 770be08

Browse files
committed
documentation for laminas-cli usage
1 parent 7a4d5be commit 770be08

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -383,12 +383,6 @@ use Symfony\Component\Console\Output\OutputInterface;
383383
384384
final class HelloWorld extends BaseLoggingCommand
385385
{
386-
protected function configure()
387-
{
388-
$this
389-
->addArgument('message', InputArgument::REQUIRED, 'Greeting Message');
390-
}
391-
392386
protected function execute(InputInterface $input, OutputInterface $output): int
393387
{
394388
throw new Exception('some exception logged to DB');

0 commit comments

Comments
 (0)