Command Option Shortcuts | Laravel Artisan Command Input and Command Signatures
…ed by a vertical bar ( | ) delimiter: 1 <?php 2 3 // ... 4 5 protected $ signature = ' example:command 6 {firstName : The first name of the user.} 7 {lastName=Doe : The last name of the user} 8 {--a|age=0} ' ; An options shortcut requires a...