Currently there is no way to register a service with specific arguments. It would be nice to be able to pass Vec<String> to controller.create, so that the services is registered with the corrects args array.
If breaking changes are undesirable, a sibling method like controller.create_with_args would also be ok.
If there is any workaround to set arguments to a service, please let me know.
Currently there is no way to register a service with specific arguments. It would be nice to be able to pass
Vec<String>tocontroller.create, so that the services is registered with the corrects args array.If breaking changes are undesirable, a sibling method like
controller.create_with_argswould also be ok.If there is any workaround to set arguments to a service, please let me know.