소스 검색

Add config parameter for ini file

Bernhard Froehlich 3 년 전
부모
커밋
7e3dbd515d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      config.go

+ 1 - 0
config.go

@@ -47,6 +47,7 @@ var (
 	remotesStr       = flagset.String("remotes", "", "Outgoing SMTP servers")
 
 	// additional flags
+	_                = flagset.String("config", "", "Path to config file (ini format)")
 	versionInfo      = flagset.Bool("version", false, "Show version information")
 
 	// internal