lumen-generators icon indicating copy to clipboard operation
lumen-generators copied to clipboard

(Feature Request) Allow command options to be declared in resources file

Open ShaunaGordon opened this issue 7 years ago • 0 comments

I love the resources file as a concept and thought it might be nice to expand upon the basic concept of having a configuration for enduring options (instead of only relying on command options).

I'm thinking something like:

---
path: 'App/Models'
laravel: true
[...]

Use of the command line options would override the file options, if present, but this would allow everything to be defined (and thus backed up) in the file.

ShaunaGordon avatar Aug 10 '17 20:08 ShaunaGordon