Skip to content

Commit d47e477

Browse files
committed
Add an extra option for outpath
1 parent 4cd066a commit d47e477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/src/main/scala/scala/scalanative/cli/options/ConfigOptions.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import caseapp._
44

55
case class ConfigOptions(
66
@Group("Config")
7+
@ExtraName("o")
78
@HelpMessage(
89
"Required path of the resulting output binary. [./scala-native-out]"
910
)

0 commit comments

Comments
 (0)