This commit is contained in:
David Randall 2023-12-27 09:11:20 +01:00 committed by GitHub
commit d0c7f4eab2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 923 additions and 72 deletions

View file

@ -117,6 +117,10 @@ func main() {
fmt.Println(a.PublicIP())
case "getpython":
a.GetPython(true)
case "installdeno":
a.InstallDeno(true)
case "installnushell":
a.InstallNushell(true)
case "runmigrations":
a.RunMigrations()
case "recovermesh":