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

Issue 140 #143

Merged
merged 5 commits into from
Jun 30, 2015
Merged

Issue 140 #143

merged 5 commits into from
Jun 30, 2015

Commits on Jun 30, 2015

  1. feat(Help): allows one to fully override the auto-generated help message

    Allows overriding the entire help message so that nothing is
    auto-generated
    
    Closes #141
    kbknapp committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    26d5ae3 View commit details
    Browse the repository at this point in the history
  2. feat: allows waiting for user input on error

    In order to pause for user input on error use `.wait_on_error(true)` but
    it's important to note that this is *not* recursive through subcommands.
    
    This is useful on Windows when a user mistakenly opens an application by
    double clicking it, instead of using the command line or if using a GUI
    shortcut to run a program.
    
    Closes #140
    kbknapp committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    d0da3bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    274484d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5b8b35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff149a2 View commit details
    Browse the repository at this point in the history