Commit 8b8000ec authored by Michelle Noorali's avatar Michelle Noorali

feat(helm): implement home command

parent d54c351a
package main
import (
"fmt"
"os"
"github.com/spf13/cobra"
)
......@@ -23,5 +23,5 @@ func init() {
}
func Home(cmd *cobra.Command, args []string) {
fmt.Println("helm home was called")
cmd.Printf(os.ExpandEnv(helmHome) + "\n")
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment