kevin-lee/maven2sbt

Increase the column length of help descriptions from 80 to 100

Closed this issue · 0 comments

Task

Summary

Increase the column length of help descriptions from 80 to 100.

Project Details

Version: 0.2.1

Description

e.g.)
From

Available options:
  -s|--scala-version <version> Scala version
  -b|--scala-binary-version-name <scala-binary-version-name> The name of Scala
                          binary version property. This is useful to figure out
                          if it is a Scala library or Java library
                          e.g.)
                          -b scala.binary
                          # or
                          --scala-binary-version-name scala.binary

to

Available options:
  -s|--scala-version <version>   Scala version
  -b|--scala-binary-version-name <scala-binary-version-name> The name of Scala binary version
                                 property. This is useful to figure out if it is a Scala library or
                                 Java library
                                 e.g.)
                                 -b scala.binary
                                 # or
                                 --scala-binary-version-name scala.binary