Allow to disable WSL step on Windows (#395) (#396)

This commit is contained in:
Eberhard Beilharz
2020-04-23 11:23:15 +02:00
committed by GitHub
parent 2f4267fd41
commit 911b720449
2 changed files with 6 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ pub enum Step {
Firmware,
Restarts,
Tldr,
Wsl,
}
#[derive(Deserialize, Default, Debug)]