Finish CLI

This commit is contained in:
2025-09-07 14:42:00 -05:00
parent 50a3dff7ad
commit 1ef356443e
24 changed files with 881 additions and 74 deletions

View File

@@ -29,8 +29,8 @@ func Pages.Package(ctx,name)
case "console":
installCmd = $"crosslang install-console {name} --version={package[0].version}";
break;
case "app":
installCmd = $"crosslang install-app {name} --version={package[0].version}";
case "webapp":
installCmd = $"crosslang install-webapp {name} --version={package[0].version}";
break;
case "tool":
installCmd = $"crosslang install-tool {name} --version={package[0].version}";