We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa8dac commit af59271Copy full SHA for af59271
plugin/src/main/scala/fs2/grpc/codegen/Fs2GrpcPlugin.scala
@@ -91,7 +91,7 @@ object Fs2GrpcPlugin extends AutoPlugin {
91
)
92
93
val fs2GrpcRenderContextAsImplicitParam =
94
- settingKey[Boolean]("Disable trailers for generated service")
+ settingKey[Boolean]("Generate context as an implicit parameter of service methods")
95
96
val fs2GrpcOutputPath =
97
settingKey[File]("Directory for sources generated by fs2-grpc")
0 commit comments