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 Screen to replace cli::Runner #1040

Merged
merged 3 commits into from
Aug 15, 2024
Merged

Add Screen to replace cli::Runner #1040

merged 3 commits into from
Aug 15, 2024

Commits on Aug 15, 2024

  1. Add Screen to replace cli::Runner

    `cli::Runner` is a bit difficult to update for adding new features,
    so I want to replace it with the new implementation, `Screen`.
    
    `Screen` will behave like `cli::Runner`, but it's written for
    extensibility. Still, this struct is huge, but I believe it's better
    than `cli::Runner`.
    
    This patch just adds `Screen`. I will replace `cli::Runner` with it
    later.
    yykamei committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b9c2ff1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fef1465 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ac4e6a View commit details
    Browse the repository at this point in the history