friends-of-presta / fop_console

Prestashop Module providing a set of shell/terminal commands for developers (PrestaShop 1.7.5+)
Academic Free License v3.0
85 stars 36 forks source link

List modules of a hook #207

Open SebSept opened 2 years ago

SebSept commented 2 years ago
Questions Answers
Command name? the command name fop:hooks:list
Command description? I'd like to have a list of all module hooked on a specified hook
Command domain? hook
Command parameters? name of the hook
Possible impacts? none
tom-combet commented 2 years ago

fop:hook:list looks kinda confusing to me. It looks like we want the list of all the hooks. What do you think about fop:hook:modules?

SebSept commented 2 years ago

that's right, it's confusing 😕 . Last part of command name is supposed to be the action. fop:hooks:modules is maybe better, not sure, maybe fop:hooks:list-modules ?