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
My first attempt to use this command are always : ./bin/console fop:add-hook MyNewHook
But that's not correct the expected syntax is ./bin/console fop:add-hook --name MyNewHook --title 'who cares?' --description 'not me'
This is long, I have the feelling to loose time providing this information I judge useless.
The command is really verbose and not fun to use.
My first attempt to use this command are always :
./bin/console fop:add-hook MyNewHook
But that's not correct the expected syntax is
./bin/console fop:add-hook --name MyNewHook --title 'who cares?' --description 'not me'
This is long, I have the feelling to loose time providing this information I judge useless.
./bin/console fop:add-hook --name MyNewHook
or./bin/console fop:add-hook --name MyNewHook --no-interaction
(currently fails)I suggest to ask for description and title only when no parameters at all are provided.
The text was updated successfully, but these errors were encountered: