Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the column length of help descriptions from 80 to 100 #238

Closed
kevin-lee opened this issue Mar 23, 2021 · 0 comments · Fixed by #239
Closed

Increase the column length of help descriptions from 80 to 100 #238

kevin-lee opened this issue Mar 23, 2021 · 0 comments · Fixed by #239
Assignees
Labels
Milestone

Comments

@kevin-lee
Copy link
Owner

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
@kevin-lee kevin-lee added the task label Mar 23, 2021
@kevin-lee kevin-lee added this to the milestone9 milestone Mar 23, 2021
@kevin-lee kevin-lee self-assigned this Mar 23, 2021
kevin-lee added a commit that referenced this issue Mar 23, 2021
…mn-length

Close #238 - Increase the column length of help descriptions from 80 to 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant