Array Options | Alternatives to Laravel Artisan Command Signatures
The signature that will be implemented using the getOptions method is: 1 test:command {--optionName=*} The corresponding getOptions implementation would be: 1 <?php 2 3 use Symfony \ Component \ Console \ Input \ InputOption ; 4 5 // Beginning of...