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

handle multiples character in flag parsing #109

Merged
merged 2 commits into from
Jun 12, 2024

Commits on Jun 12, 2024

  1. handle multiples character in flag parsing

    flag allow multiple characters, but only the first one was take.
    In fr hunspell dictionary, `()`, `{}`, `||`, `--` are used as flags.
    This change create a String with all characters, not only the first on.
    Without this change, the french dictionary failed to load.
    gwen-lg committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ab2ba45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93b2da4 View commit details
    Browse the repository at this point in the history