You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I found was that the option seems to be configured too late in the process. The "option not found" was emitted before entering the initialize method.
PrestaShop version(s)
1.7.
Php version
7.2
Fop Console version
dev
Operating system
linux
command
No response
Describe the bug
Hello everyone,
I may have misused the cli command but I did not succeed to use the employee option as defined here:
fop_console/src/Command.php
Line 41 in 73e57c9
I tried
-em
,--em
,--employee
to no avail.What I found was that the option seems to be configured too late in the process. The "option not found" was emitted before entering the
initialize
method.So I had to move it to
configure()
as such:(I also removed the shortcut because at first I thought it was the issue)
Did I misused the option or is this a real bug ?
The text was updated successfully, but these errors were encountered: