Skip to content

fix: theses actions was never merged in core #2012

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 8.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions development/components/console/prestashop-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ title: prestashop:module

* Path: `src/PrestaShopBundle/Command/ModuleCommand.php`
* Arguments:
* `action`: Action to execute, must be one of: install, uninstall, enable, disable, enableMobile, disableMobile, reset, upgrade, configure, registerHook, unregisterHook
* `action`: Action to execute, must be one of: install, uninstall, enable, disable, enableMobile, disableMobile, reset, upgrade, configure
* `module name`: Module on which the action will be executed
* `file path`: YML file path for configuration __(optional)__
* Options:
* `hook`: Hook name to use with the registerHook|unregisterHook action __(array|optional)__

## Description

Expand Down