-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentimprovement
Description
The adding of console script is currently not modular in magento, causing modules which add new scripts to not think much about form and name of the scripts they add.
Possible Problems from the current State:
- name collisions on file level
- mixing of one script, one script with many actions, multiple scripts for a module, a directory with multiple scripts
A suggestion how it could look, Symfony only has a single console.php, which serves as entry point for every part of the Application.
Metadata
Metadata
Assignees
Labels
Issue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentimprovement