8000 Comparing v2.9.0...v2.10.0 · urfave/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
8000
base repository: urfave/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.0
Choose a base ref
...
head repository: urfave/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on May 23, 2022

  1. Add word-wrap support, with wrap length provided by the user

    We could try to automatically detect the terminal width and wrap at that
    point, but this would increase the binary footprint for all users even
    if not using this feature.
    
    Instead, we can allow users to specify their preferred line length limit
    (if any), and those who want to bear the cost of checking the terminal
    size can do so if they wish. This also makes the feature more testable.
    
    Original patch by Sascha Grunert <sgrunert@suse.com>
    mostynb committed May 23, 2022
    Configuration menu
    Copy the full SHA
    4fd56cb View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Merge pull request #1119 from mostynb/word_wrap_v2

    Add word-wrap support, with wrap length provided by the user
    meatballhat authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    e576ba4 View commit details
    Browse the repository at this point in the history
Loading
0