master
LoadProfile
func LoadProfile(args []string) error { if len(args) != 1 { return fmt.Errorf("must specifiy a profile name") } profile := profileFile(args[0])