Closed cescoffier closed 7 years ago
Like:
vertx run MainVerticle -cluster -instances 2
so typically vert.x
specific arguments right ? if the user wishes to pass his custom arguments like vertx run MainVerticle myProp1 myProp2
? I hope we are not looking for that here, if so then there are chances that vert.x might parse those arguments and might result in unsuccessful run
WIP
Yes @kameshsampath. These parameters should be passed to the Launcher
class.
closing via #94 #93
any example that we could add to this ticket for better understanding - typically like what you pass/configure on plugin etc.,