File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
cli/src/main/scala/scala/scalanative/cli Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ object ScalaNativeCli extends CaseApp[CliOptions] {
20
20
val buildOptionsMaybe = ConfigConverter .convert(options, positionalArgs)
21
21
22
22
buildOptionsMaybe match {
23
- case Left (thrown) =>
24
- System .err.println(thrown.getMessage())
25
- case Right (buildOptions) =>
23
+ case Left (thrown) =>
24
+ System .err.println(thrown.getMessage())
25
+ case Right (buildOptions) =>
26
26
Scope { implicit scope =>
27
27
Build .build(buildOptions.config, buildOptions.outpath)
28
28
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import caseapp.HelpMessage
4
4
import caseapp .Group
5
5
6
6
case class MiscOptions (
7
- @ Group (" Help" )
8
- @ HelpMessage (" Print scala-native-cli version and exit" )
9
- val version : Boolean = false
10
- )
7
+ @ Group (" Help" )
8
+ @ HelpMessage (" Print scala-native-cli version and exit" )
9
+ val version : Boolean = false
10
+ )
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 1.0.0" )
2
- addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
2
+ addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
You can’t perform that action at this time.
0 commit comments