| commit | 12850ee12b7f4b0a60ae0f13757a875b29d84e89 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Jun 22 13:11:17 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Jun 22 13:11:17 2023 +0400 |
| tree | 3cac4fb0cdf3ae81c032154580a07b4d1b4de8ed | |
| parent | 63c0f91be02b4d6d9b52f344b0c6dfd4941c5f45 [diff] [blame] |
installer: welcome
diff --git a/core/installer/cmd/main.go b/core/installer/cmd/main.go index e82b338..8a5e04b 100644 --- a/core/installer/cmd/main.go +++ b/core/installer/cmd/main.go
@@ -27,6 +27,7 @@ rootCmd.AddCommand(installCmd()) rootCmd.AddCommand(appManagerCmd()) rootCmd.AddCommand(envManagerCmd()) + rootCmd.AddCommand(welcomeCmd()) } func main() {