Skip to content

Commit

Permalink
Remove @hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejG604 committed Oct 9, 2023
1 parent dea7659 commit 0502d25
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ import caseapp.*
import scala.cli.commands.shared.HelpGroup
import scala.cli.commands.tags

// format: off
case class PowerOptions(
@Hidden
@Group(HelpGroup.Launcher.toString)
@HelpMessage("When called as 'scala', allow to use power commands too")
@Tag(tags.must)
power: Boolean= false
power: Boolean = false
)
// format: on

object PowerOptions {
implicit val parser: Parser[PowerOptions] = Parser.derive
Expand Down

0 comments on commit 0502d25

Please sign in to comment.