Added Create and Delete CLI Commands
[ealt-edge.git] / ocd / cli / ealt / cmd / clean.go
index daa96d8..78f3b5d 100644 (file)
@@ -16,7 +16,6 @@ limitations under the License.
 package cmd
 
 import (
-
        cleancmds "ealt/cmd/clean"
        "github.com/spf13/cobra"
 )
@@ -25,7 +24,7 @@ import (
 var cleanCmd = &cobra.Command{
        Use:   "clean",
        Short: "To uninstall ealt environment or specific component or node.",
-       Long: `To uninstall ealt environment or specific component or node.`,
+       Long:  `To uninstall ealt environment or specific component or node.`,
 }
 
 func init() {
@@ -44,4 +43,4 @@ func init() {
        //Add init subcommand to root command.
        rootCmd.AddCommand(cleanCmd)
 
-}
\ No newline at end of file
+}