ocis already does the cli flag parsing

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2021-02-23 12:47:23 +00:00
parent 52ebb7c611
commit 6991dd777d
14 changed files with 0 additions and 14 deletions
-1
View File
@@ -31,6 +31,5 @@ func Server(opts ...Option) grpc.Service {
options.Logger.Fatal().Err(err).Msg("could not register service handler")
}
service.Init()
return service
}