X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Fcli%2Fealt%2Fcmd%2Fapp.go;h=96a80f769ae3bdd2b00b837ac3a23b18a83fa938;hb=refs%2Fchanges%2F06%2F3506%2F2;hp=49bec5df8dfc334b0d7b6ca9b460549425541607;hpb=bc85833c9f544e8486e72a2c78472ef40a81ed23;p=ealt-edge.git diff --git a/ocd/cli/ealt/cmd/app.go b/ocd/cli/ealt/cmd/app.go index 49bec5d..96a80f7 100644 --- a/ocd/cli/ealt/cmd/app.go +++ b/ocd/cli/ealt/cmd/app.go @@ -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() {