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

Add support for flags bash completion #808

Merged
merged 13 commits into from Aug 6, 2019
Merged

Add support for flags bash completion #808

merged 13 commits into from Aug 6, 2019

Commits on Mar 20, 2019

  1. Add bash completion support for flags

    Yogesh Lonkar committed Mar 20, 2019
    Copy the full SHA
    58a072d View commit details
    Browse the repository at this point in the history
  2. Fix duplicate completion of existing flag

    Yogesh Lonkar committed Mar 20, 2019
    Copy the full SHA
    fb1421d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

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

Commits on Apr 11, 2019

  1. Don't complete hidden flags

    Yogesh Lonkar committed Apr 11, 2019
    Copy the full SHA
    62f02f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Fix issue with source command completion

    Avoid competion for bash builtin `source` and fallback to default implementation as it throws below error
    ```
    -bash: source: --: invalid option
    source: usage: source filename [arguments]
    ```
    Yogesh Lonkar committed Jul 24, 2019
    Copy the full SHA
    d79d2a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Merge branch 'master' into master

    Yogesh Lonkar committed Aug 2, 2019
    Copy the full SHA
    01ab016 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2019

  1. Merge branch 'master' into master

    Yogesh Lonkar committed Aug 3, 2019
    Copy the full SHA
    11c9e59 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Merge branch 'master' into master

    Yogesh Lonkar committed Aug 4, 2019
    Copy the full SHA
    e949dc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Merge branch 'master' into master

    Yogesh Lonkar committed Aug 5, 2019
    Copy the full SHA
    d6523cf View commit details
    Browse the repository at this point in the history
  2. Fix review comments

    Yogesh Lonkar committed Aug 5, 2019
    Copy the full SHA
    c5612e8 View commit details
    Browse the repository at this point in the history
  3. Fix SC2199: Arrays implicitly concatenate in

    Yogesh Lonkar committed Aug 5, 2019
    Copy the full SHA
    c3f51be View commit details
    Browse the repository at this point in the history
  4. Add additional test for log flag completion and comments

    Yogesh Lonkar committed Aug 5, 2019
    Copy the full SHA
    2be2bc7 View commit details
    Browse the repository at this point in the history
  5. Fix unused regex

    Yogesh Lonkar committed Aug 5, 2019
    Copy the full SHA
    1db0496 View commit details
    Browse the repository at this point in the history