Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
ChryseApp: board opt needs to know its name now.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 26, 2024
1 parent ac9b19a commit dae81fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/ee/hrzn/chryse/ChryseApp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ abstract class ChryseApp {
Some(
choice(
targetPlatforms.map(_.id),
name = "board",
argName = "board",
descr = s"Board to build for.", // XXX (Scallop): It appends " Choices: …". Kinda ugly.
required = true,
Expand Down

0 comments on commit dae81fd

Please sign in to comment.