Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Gajek <[email protected]>
  • Loading branch information
keynmol and MaciejG604 authored Oct 11, 2023
1 parent c17c9a1 commit e85b3ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ final case class ScalaNativeOptions(
@Group(HelpGroup.ScalaNative.toString)
@HelpMessage("Build target type")
@Tag(tags.should)
@ValueDescription("app|static|dynamic")
nativeTarget: Option[String] = None,

@Group(HelpGroup.ScalaNative.toString)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ final case class ScalaNative(
@DirectiveName("nativeClangPp")
nativeClangPP: Option[String] = None,
nativeEmbedResources: Option[Boolean] = None,
nativeTarget: Option[String] = None,
nativeTarget: Option[String] = None,
) extends HasBuildOptions {
// format: on
def buildOptions: Either[BuildException, BuildOptions] = {
Expand Down

0 comments on commit e85b3ba

Please sign in to comment.