package config import "flag" func FlagConfigDir() *string { return flag.String("config-dir", ".", "The directory path of config") }