예제 #1
0
파일: main.go 프로젝트: alist/mint-client
func after(c *cli.Context) error {
	log.Flush()
	return nil
}
예제 #2
0
파일: main.go 프로젝트: dbabits/mint-client
func after(cmd *cobra.Command, args []string) {
	log.Flush()
}