Closed
Description
This issue is automatically created based on existing pull request: #28250: Multiple arguments in module:status command
Preconditions: (*)
As of now module:status
command accepts only one parram. But module:enable
and module:disable
accepts multiple module names as argument. So, in same way module:status
command also can accept multiple module names as argument.
Related Pull Requests
NA
Steps to reproduce (*)
- Run
module:status
command with multiple module names. exphp bin/magento module:status Magento_Version Magento_Wishlist
.
Actual Result: ✖️ Too many arguments....
Expected Result: ✔️ We will get cli output in the following pattern.
Magento_Version : Module is disabled
Magento_Wishlist : Module is enabled
Questions or comments
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentMay be fixed according to the position in the backlog.The issue has been reproduced on latest 2.4-develop branchAffects aesthetics, professional look and feel, “quality” or “usability”.Has been reviewed and prioritized during Triage with Product Managers