Skip to content

jbock 5.0

Compare
Choose a tag to compare
@h908714124 h908714124 released this 11 Jun 14:11
· 658 commits to master since this release
  • Changed the maven group name to io.github.jbock-java
  • Renamed the artifacts: "jbock-annotations" -> "jbock" (aka "core"), "jbock" -> "jbock-compiler".
  • moved the Either library into core
  • add runtime model of the annotated class (net.jbock.model.CommandModel)
  • parse now returns an Either
  • rename the generated class, "*_Parser" -> "*Parser"
  • SuperCommand is now an attribute
  • add the atFileExpansion attribute
  • add the unixClustering attribute
  • runtime config, like terminalWidth, works differently (see implementation of parseOrExit)