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
initialize takes a port form cli and decrements it by 1 and sets the
instance variable @PORT. This port value is used as the environment
variable $PORT inside invoker.ini. When method pick_port gets fired it
increments the value of port by 1, subsequently when pick_port again
gets fired, for another command, it will again increment port value
by 1, that way generating different ports for different commands.
0 commit comments