Compare commits

..

2 commits

Author SHA1 Message Date
Vinzenz Schroeter 6eee677ed4 send stdin as UTF instead of CP437
All checks were successful
Rust / build (pull_request) Successful in 7m28s
2025-03-02 15:20:59 +01:00
Vinzenz Schroeter 11d9ac0bcb restructure cli 2025-03-02 15:20:59 +01:00

View file

@ -20,7 +20,7 @@ struct App<'t> {
slow: bool,
}
impl<'t> App<'t> {
impl App<'_> {
fn run(&mut self) {
self.connection
.send(Command::Clear)