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.
base repository: urfave/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.10.2
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.3
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 20, 2022

  1. Clean up the v2 manual a bit

    includes:
    - running each example through `goimports`
    - wrapping text at ~80 cols
    - consistently using `&cli.App{...}`
    - consistently using code example gates
    - removing trailing blankspace
    meatballhat committed Jun 20, 2022
    Copy the full SHA
    58ccb0b View commit details

Commits on Jun 22, 2022

  1. Merge pull request #1421 from urfave/docs-cleanups

    Clean up the v2 manual a bit
    meatballhat authored Jun 22, 2022
    Copy the full SHA
    7d21dda View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6dd82af View commit details
  3. Merge pull request #1423 from urfave/docs-list-fix

    Fix list formatting in v2 manual
    meatballhat authored Jun 22, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e2a844f View commit details
Showing with 917 additions and 910 deletions.
  1. +917 −910 docs/v2/manual.md
Loading