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

Prevent panic on flagSet access from custom BashComplete #946

Commits on Nov 25, 2019

  1. Prevent panic on flagSet access from custom BashComplete

    Roberto Hidalgo committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    90a62d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Check for parsing errors within parse.go:parseIter

    Add description to that function's docstring, and delete extraneous space
    Roberto Hidalgo committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    f3295e3 View commit details
    Browse the repository at this point in the history
  2. use shellComplete instead of ignoreErrors`, clean up

    Roberto Hidalgo committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    9e7226e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. testing the tests

    coilysiren committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    d733c54 View commit details
    Browse the repository at this point in the history
  2. revert testing change

    coilysiren committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    233958c View commit details
    Browse the repository at this point in the history