Skip to content

Commit

Permalink
Use 'Effekt ' prefix for version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiribenes committed Aug 26, 2024
1 parent 187a71e commit 2fae227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions effekt/jvm/src/main/scala/effekt/EffektConfig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import kiama.util.REPLConfig
import org.rogach.scallop.{ ScallopOption, fileConverter, fileListConverter, longConverter, stringConverter, stringListConverter }

class EffektConfig(args: Seq[String]) extends REPLConfig(args.takeWhile(_ != "--")) {
// Print version on `--version`
version(effekt.util.Version.effektVersion)
// Print version information on `--version` and `--help`
version(s"Effekt ${effekt.util.Version.effektVersion}")

// Common
// ------
Expand Down

0 comments on commit 2fae227

Please sign in to comment.