osrecio/magento2_sample-command

命令行 Magento 2 显示模块列表

安装: 12

依赖: 0

建议: 0

安全: 0

星星: 0

关注者: 2

分支: 0

开放问题: 0

类型:magento2-module

1.0.1 2016-03-20 18:52 UTC

This package is not auto-updated.

Last update: 2024-09-24 04:38:40 UTC


README

此示例模块创建一个新命令行命令

  • magento module:list(显示模块列表)
  • 接受 2 个选项
    • -vend|--vendor[="..."]
    • -en|--enabled[="..."] ('y' 或 'n')

您可以使用此示例模块作为创建您自己的自定义命令的示例。