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 suggestions support (#977) #1390

Merged
merged 10 commits into from May 17, 2022
Merged

Add suggestions support (#977) #1390

merged 10 commits into from May 17, 2022

Commits on Mar 3, 2020

  1. Add suggestions support

    The new option `app.Suggest` enables command and flag suggestions via
    the jaro-winkler distance algorithm. Flags are scoped to their
    appropriate commands whereas command suggestions are scoped to the
    current command level.
    
    Signed-off-by: Sascha Grunert <sgrunert@suse.com>
    saschagrunert committed Mar 3, 2020
    Copy the full SHA
    002bde2 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

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

Commits on May 7, 2022

  1. Merge branch 'suggestions' of ssh://github.com/saschagrunert/cli into…

    … saschagrunert-suggestions
    meatballhat committed May 7, 2022
    Copy the full SHA
    3d67b75 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    63b1a7d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    974f2d4 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. Copy the full SHA
    9da2c56 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    34eed95 View commit details
    Browse the repository at this point in the history
  3. Add example app for suggestion in command

    and further reduce example output diff potential
    meatballhat committed May 8, 2022
    Copy the full SHA
    9bd6349 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Copy the full SHA
    3c923e7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f3cf764 View commit details
    Browse the repository at this point in the history