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

Command-line REPL #32

Merged
merged 7 commits into from
Mar 25, 2024
Merged

Command-line REPL #32

merged 7 commits into from
Mar 25, 2024

Commits on Mar 25, 2024

  1. Add a REPL to the CLI

    Allows users to enter commands without re-mounting the DVDBND each time,
    with a readline like interface.
    garyttierney committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e651d0c View commit details
    Browse the repository at this point in the history
  2. Add an er_support crate for common DVDBND/dictionary usage

    Also re-format, and fix Clippy lints.
    garyttierney committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    336eadb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e005c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caa901b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36ff254 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a8d9c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ea78fb View commit details
    Browse the repository at this point in the history