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: 6bb6787
Choose a base ref
...
head repository: urfave/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 71f57d3
Choose a head ref
  • 14 commits
  • 10 files changed
  • 6 contributors

Commits on Mar 7, 2016

  1. Drop support for Go 1.0.3

    Incompatible with the new alternate input sources and I don't see
    a compelling reason to continue its support.
    jszwedko committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    aca5b04 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. codebeat badge

    Is it fine to add codebeat badge to README? 
    
    codebeat is automated code review tool for Swift,Ruby,Go & Python that helps get instant feedback on code quality. 
    
    "Quick wins" suggested by codebeat could be a nice candidate for a pull request and help other developers become contributors.
    
    FYI. To be fully open and honest. I'm co-founder of codebeat.
    korzonek committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    a4557da View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2016

  1. Allow to sort commands by category

    Soulou authored and jszwedko committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    a080179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    994a702 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0997e8 View commit details
    Browse the repository at this point in the history
  4. Remove CategorizedHelp from App and allow subcommands to have categories

    Just place all subcommands in categories, the default category will be
    "" which will properly format the output (and group commands that have
    no category).
    
    Also allow subcommands to have categories.
    
    Lastly, augment the test to check the output.
    jszwedko committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    042842b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7be4a3 View commit details
    Browse the repository at this point in the history
  6. Fix yaml file loader

    * fix typo (yamlSourceLoader -> yamlSourceContext)
    * fix function return type (NewYamlSourceFromFlagFunc)
    
    Also fixed build tags to properly build on >=go1.2
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    ykanda authored and jszwedko committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    ad7ed77 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #342 from korzonek/master

    codebeat badge
    jszwedko committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    a7936f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. Never show version if HideVersion=true

    Radek Simko committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    d21170f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. Merge pull request #343 from TimeIncOSS/f-hide-version

    Never show version if HideVersion=true
    jszwedko committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    9fec0fa View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2016

  1. Merge pull request #346 from codegangsta/category_sort_2

    Add option to make categories with command, to display a more structured help
    jszwedko committed Mar 26, 2016
    Configuration menu
    Copy the full SHA
    bc465be View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2016

  1. Configuration menu
    Copy the full SHA
    3fb51f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Merge pull request #349 from Felamande/master

    use filepath.Base instead of path.Base in Name & HelpName as default.
    jszwedko committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    71f57d3 View commit details
    Browse the repository at this point in the history
Loading