Do we have an example of how --target option should be
defaulted/implemented?
There are multiple cases of annotating the option with
@Param(name = "target", optional = true, defaultValue = "server")
but I'm wondering if it's safe to hardcode "server" string everywhere...
thanks,
-marina