Commit e5b84e3a authored by Michelle Noorali's avatar Michelle Noorali

Merge pull request #35 from michelleN/helm-home

feat(helm): implement home command
parents 77322a5f 8b8000ec
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