5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 00:09:56 +08:00

Tidy project init banner

This commit is contained in:
Lea Anthony 2022-03-07 19:35:23 +11:00
parent 2a096a6ff9
commit 659cc3ed61

View File

@ -94,7 +94,7 @@ func AddSubcommand(app *clir.Cli, w io.Writer) error {
app.PrintBanner()
}
task := fmt.Sprintf("Initialising Project %s", strings.Title(projectName))
task := fmt.Sprintf("Initialising Project '%s'", projectName)
logger.Println(task)
logger.Println(strings.Repeat("-", len(task)))