| 1 | <?php |
||
| 5 | class DeployList extends BaseCommand |
||
| 6 | { |
||
| 7 | protected $signature = 'deploy:list |
||
| 8 | {namespace? : The namespace name} |
||
| 9 | {--raw : To output raw command list} |
||
| 10 | {--format=txt : The output format (txt, xml, json, or md)} |
||
| 11 | '; |
||
| 12 | |||
| 13 | protected $description = 'Lists available tasks'; |
||
| 14 | |||
| 15 | public function handle() |
||
| 19 | } |
||
| 20 |