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

Optional exit code support #361

Merged
merged 27 commits into from
Apr 30, 2016
Merged

Optional exit code support #361

merged 27 commits into from
Apr 30, 2016

Commits on Jul 28, 2015

  1. Created types for functions

    The function used by BashComplete, Before, After, Action and
    CommandNotFound have their won type.
    
    This makes easier to change/update the API
    txgruppi committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    9c0db3f View commit details
    Browse the repository at this point in the history
  2. Added exit code support

    Now the exit code can be returned by BeforeFn, ActionFn and AfterFn.
    
    The `os.Exit` function is not called by this packaged
    
    This closes #66 and closes #164
    txgruppi committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    49c1229 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b79f884 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1510d7e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

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

Commits on Apr 26, 2016

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

Commits on Apr 27, 2016

  1. Configuration menu
    Copy the full SHA
    b7329f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3e55a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f688d47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    882dd2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23c7b80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2ac061 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d48e22a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d45f7c1 View commit details
    Browse the repository at this point in the history
  9. Add gfmxr integration for checking examples in README.md

    now that we support the legacy Action func signature.
    meatballhat committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    3b5133f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e8ead5 View commit details
    Browse the repository at this point in the history
  11. Removing unused vars

    meatballhat committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    0292429 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7371138 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2016

  1. Configuration menu
    Copy the full SHA
    271b56c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b453bf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3a6370 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7651aa0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eb8c82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61d4175 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cae17c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2016

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