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: v1.8.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: v1.9.0
Choose a head ref
  • 8 commits
  • 11 files changed
  • 5 contributors

Commits on Jul 2, 2015

  1. Sets a subcommand's parent cmd

    This allows the help output to show the correct/full command path to the
    subcommand.
    
    Signed-off-by: Brian Goff <[email protected]>
    cpuguy83 committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    758ad1e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2015

  1. Merge pull request #246 from cpuguy83/propigate_cmd_parent_to_app_setup

    Sets a subcommand's parent cmd
    jszwedko committed Jul 11, 2015
    Configuration menu
    Copy the full SHA
    bca61c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2015

  1. Improve vendoring options by removing self-referential imports in tests.

    Edward Sheffler III authored and Edward Sheffler III committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    8ea1232 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. Merge pull request #264 from wardn/master

    Improve vendoring options by removing self-referential imports in tests.
    jszwedko committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    142e6cd View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2015

  1. Set default PROG in bash_autocomplete

    By setting the default value of PROG to the basname of whatever the
    filename is, we allow bash_autocomplete to be copied into
    /etc/bash_completion.d without modification.
    klueska committed Aug 29, 2015
    Configuration menu
    Copy the full SHA
    543102d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2015

  1. Merge pull request #274 from klueska/bash-completion-default-prog

    Set default PROG in bash_autocomplete
    jszwedko committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    eaad6fe View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. Improve formatting

    langri-sha committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    4ad8f29 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2015

  1. Merge pull request #275 from langri-sha/master

    Improve formatting
    jszwedko committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    a65b733 View commit details
    Browse the repository at this point in the history
Loading