laracasts / Commander

Easily leverage commands and domain events in your Laravel projects.
https://laracasts.com/series/commands-and-domain-events
MIT License
279 stars 68 forks source link

Proposal: merge the provided parameters with input, rather than replace #33

Open brandonwiele opened 10 years ago

brandonwiele commented 10 years ago

Some commands I've written rely on information outside of what is available in Input::all(). In these cases, it would be desirable to see the default behavior of grabbing the Input automatically maintained, while still providing additional input.