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

Merged
merged 2 commits into from May 17, 2022
Merged

Add suggestions support #977

merged 2 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