It's quite common to have a standard set of parameters that apply to all verbs when using verbs, eg with tfs the url parameter is required for all verbs. Is there any want to do this with this library?
You could create an Interface with all the common parameters you want to have on your commands.
And then implement that interface on all Options classes
It's quite common to have a standard set of parameters that apply to all verbs when using verbs, eg with tfs the url parameter is required for all verbs. Is there any want to do this with this library?