Merge 2afdfd7ab8 into 7dc08fdbf3
This commit is contained in:
commit
d0c7f4eab2
13 changed files with 923 additions and 72 deletions
4
main.go
4
main.go
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue