Browse Source

Add shortname for command options

tags/0.2.0
Nafies Luthfi 8 years ago
parent
commit
5533541c91
  1. 2
      src/CrudMake.php

2
src/CrudMake.php

@ -71,7 +71,7 @@ class CrudMake extends Command
*
* @var string
*/
protected $signature = 'make:crud {name} {--parent=} {--tests-only}';
protected $signature = 'make:crud {name} {--p|parent=} {--t|tests-only}';
/**
* The console command description.

Loading…
Cancel
Save