typo(run): typo starting

This commit is contained in:
LinkinStars
2023-10-17 16:22:19 +08:00
parent a83472fd5e
commit d85091bb12
+1 -1
View File
@@ -65,7 +65,7 @@ To run answer, use:
Run: func(_ *cobra.Command, _ []string) {
cli.FormatAllPath(dataDirPath)
fmt.Println("config file path: ", cli.GetConfigFilePath())
fmt.Println("Answer is string..........................")
fmt.Println("Answer is starting..........................")
runApp()
},
}