Respawn Topgrade when version is upgraded (fix #85)

This commit is contained in:
Roey Darwish Dror
2018-11-12 21:27:49 +02:00
parent 1e73011a15
commit 7a9e1e4bee
4 changed files with 61 additions and 49 deletions

View File

@@ -89,3 +89,9 @@ impl Terminal {
answer
}
}
impl Default for Terminal {
fn default() -> Self {
Self::new()
}
}