Added model files for the Rest Messages
[ealt-edge.git] / ocd / cli / ealt / cmd / app.go
index 49bec5d..96a80f7 100644 (file)
@@ -16,8 +16,6 @@ limitations under the License.
 package cmd
 
 import (
-       "fmt"
-
        appCmds "ealt/cmd/appm"
 
        "github.com/spf13/cobra"
@@ -28,10 +26,7 @@ var appCmd = &cobra.Command{
        Use:   "app",
        Short: "The command is used for Application Management in the EALT Edge System.",
        Long: `The command is used for Application Management in the EALT Edge System.
-       It has multiple options like create , delete`,
-       Run: func(cmd *cobra.Command, args []string) {
-               fmt.Println("app called")
-       },
+       It has options: create , delete`,
 }
 
 func init() {