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

Implementation of ValidateAndGetBestMatch #1700

Merged
merged 7 commits into from
Nov 26, 2021

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    574b503 View commit details
    Browse the repository at this point in the history
  2. Creates ValidateAndGetBestMatch function

    This function will validate all commands from a SearchResult and return the result of said validation, along with the command matched, if a valid match was found.
    alikindsys committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    7955a09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c455b50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56d1639 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Add MatchResult

    alikindsys committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    d1b31c8 View commit details
    Browse the repository at this point in the history
  2. Add requested changes

    Changes:
    - Use IResult instead of Optional CommandMatch
    
    - Rework branching workflow
    alikindsys committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    a92ec56 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

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