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 dynamic key binding references to help text #289

Merged
merged 3 commits into from
Jul 30, 2023

Commits on Jul 29, 2023

  1. Add key bindings test to ReadEvalPrintLoop tests.

    A new test method 'RunAsync_HelpCommand_ShowsPassedKeyBindings' has been added to the ReadEvalPrintLoopTests.cs.
    Keyros committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    3183d2b View commit details
    Browse the repository at this point in the history
  2. Add KeyExtensions for string conversion of key patterns

    Introduced a new class 'KeyExtensions' that provides static methods to convert key patterns and console modifiers into their string representations.
    Keyros committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    2b13256 View commit details
    Browse the repository at this point in the history
  3. Add dynamic key binding references to help text

    The help text in the REPL has been updated to dynamically display the key bindings configured by the user.
    Keyros committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    44c18f9 View commit details
    Browse the repository at this point in the history