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: 1dce44d
Choose a base ref
...
head repository: urfave/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a14c5b4
Choose a head ref
  • 9 commits
  • 4 files changed
  • 4 contributors

Commits on Jun 12, 2014

  1. Allow a writer to be set that represents Stdout so that redirection o…

    …f App output may occur.
    John Hopper committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    60e3dca View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2014

  1. Fixed ShowSubcommandHelp

    ShowSubcommandHelp should show help for the subcommand not the app
    nbjahan committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    4db5668 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2014

  1. Rename Stdout -> Writer

    jszwedko committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    0d4870d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into allow-writer-to-be-set

    Conflicts:
    	app.go
    	help.go
    jszwedko committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    b8c8282 View commit details
    Browse the repository at this point in the history
  3. Prefer fmt.Fprint* functions over io.WriteString

    Less composition needed.
    jszwedko committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    e72094e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2014

  1. Merge pull request #141 from meatballhat/multi-env-var

    Adding support for multiple env var "cascade"
    jszwedko committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    fbda1ce View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2014

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

Commits on Dec 12, 2014

  1. Merge pull request #128 from nbjahan/patch-1

    Fixed ShowSubcommandHelp
    jszwedko committed Dec 12, 2014
    Configuration menu
    Copy the full SHA
    e7849f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #154 from codegangsta/allow-writer-to-be-set

    Allow writer to be set
    meatballhat committed Dec 12, 2014
    Configuration menu
    Copy the full SHA
    a14c5b4 View commit details
    Browse the repository at this point in the history
Loading