This commit is contained in:
mzz2017
2023-01-29 13:38:15 +08:00
parent 1ef1b048a1
commit 3c55d086e9
10 changed files with 67 additions and 141 deletions

View File

@ -29,7 +29,7 @@ var (
)
func init() {
runCmd.PersistentFlags().StringVarP(&cfgFile, "config", "c", "dae.conf", "config file")
runCmd.PersistentFlags().StringVarP(&cfgFile, "config", "c", "config.dae", "config file")
}
func Run() (err error) {