Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom ExitError handler function #628

Merged
merged 15 commits into from
Oct 14, 2017
Merged

Allow custom ExitError handler function #628

merged 15 commits into from
Oct 14, 2017

Commits on Jun 28, 2017

  1. Allow custom exit err handlers

    phinnaeus authored and Tyler Davis committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    c48a829 View commit details
    Browse the repository at this point in the history
  2. Add ExitErrHandlerFunc type

    phinnaeus authored and Tyler Davis committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    5387426 View commit details
    Browse the repository at this point in the history
  3. Add a bit more documentation

    phinnaeus authored and Tyler Davis committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    827da61 View commit details
    Browse the repository at this point in the history
  4. Fix how to do defaults in app.go

    phinnaeus authored and Tyler Davis committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    80b09a4 View commit details
    Browse the repository at this point in the history
  5. Revert "Fix how to do defaults in app.go"

    This reverts commit 8906567.
    Tyler Davis committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    ceee640 View commit details
    Browse the repository at this point in the history
  6. Updated command.go to use App handleExitCoder

    phinnaeus authored and Tyler Davis committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    9d61cba View commit details
    Browse the repository at this point in the history
  7. Pass context into handleExitCoder

    Tyler Davis committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    530df59 View commit details
    Browse the repository at this point in the history
  8. fix named parameter issue

    Tyler Davis committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    172bb92 View commit details
    Browse the repository at this point in the history
  9. sigh... fix one more named parameter issue

    Tyler Davis committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    71bdf81 View commit details
    Browse the repository at this point in the history
  10. Add Test

    Tyler Davis committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    5845055 View commit details
    Browse the repository at this point in the history
  11. use exit errors in uts

    Tyler Davis committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    5d528e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

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

Commits on Aug 13, 2017

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

Commits on Sep 22, 2017

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

Commits on Oct 13, 2017

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