Add support for upgrading gcloud (#561)

This commit is contained in:
Don Petersen
2020-11-15 20:07:42 -08:00
committed by GitHub
parent e7768e0d39
commit 36b436efcc
3 changed files with 15 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ pub enum Step {
Choosenim,
Rtcl,
Deno,
Gcloud,
}
#[derive(Deserialize, Default, Debug)]