ellisv / oxid-console

[UNMAINTAINED] OXID Console is php console application for OXID Shop. It provides an API for writing various commands. We have shipped very common for every oxid shop project commands out of the box.
MIT License
23 stars 17 forks source link

support cammelcase filenames for commands #45

Closed keywan-ghadami-oxid closed 7 years ago

keywan-ghadami-oxid commented 7 years ago

this commit adds support for camel case in filenames for new commands. e.G.

commands/MyCommand.php 

will be found.

ellisv commented 7 years ago

Thank you for your contribution @keywan-ghadami-oxid