Skip to content
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
Loading