master
Show
func Show(args []string) error { if len(args) > 0 { return fmt.Errorf("parameter '%s' is invalid", args[0]) } customConfig := loadCustomConfig()