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

Issue 428 redux #449

Merged
merged 7 commits into from
Mar 15, 2016
Merged

Issue 428 redux #449

merged 7 commits into from
Mar 15, 2016

Commits on Mar 14, 2016

  1. feat(Help Message): can auto wrap and aligning help text to term width

    By default `clap` now automatically wraps and aligns help strings to the
    term width. i.e.
    
    ```
        -o, --option <opt>    some really long help
    text that should be auto aligned but isn't righ
    t now
    ```
    
    Now looks like this:
    
    ```
        -o, --option <opt>    some really long help
                              text that should be
                              auto aligned but isn't
                              right now
    ```
    
    The wrapping also respects words, and wraps at spaces so as to not cut
    words in the middle.
    
    This requires the `libc` dep which is enabled (by default) with the
    `wrap_help` cargo feature flag.
    
    Closes #428
    kbknapp committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    e36af02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e428bb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    675c39f View commit details
    Browse the repository at this point in the history
  4. chore: increase version

    kbknapp committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    387b147 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1850c6 View commit details
    Browse the repository at this point in the history
  6. style: fix formatting

    kbknapp committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    d46eaa2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    031b717 View commit details
    Browse the repository at this point in the history