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:
parent
2a096a6ff9
commit
659cc3ed61
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user