ledo init

This commit is contained in:
2021-11-20 11:34:31 +01:00
parent 8a91f699b8
commit da41b5820b
16 changed files with 336 additions and 1 deletions

View File

@ -20,6 +20,7 @@ func RunSelectMode(cmd *cli.Context) error {
ctx.Mode.SetMode(cmd.Args().First())
return nil
}
// interact.SelectDockerHubTag("paramah/php")
interact.SelectMode(ctx, "")
return nil
}