Array Options | Laravel Artisan Command Input and Command Signatures
Lists of data can also be collected from the user using command options. The syntax is similar to defining command parameter arrays, the only difference is that the double hyphen ( -- ) option prefix is required as well as the addition of an...