mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 12:01:42 +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()
|
app.PrintBanner()
|
||||||
}
|
}
|
||||||
|
|
||||||
task := fmt.Sprintf("Initialising Project %s", strings.Title(projectName))
|
task := fmt.Sprintf("Initialising Project '%s'", projectName)
|
||||||
logger.Println(task)
|
logger.Println(task)
|
||||||
logger.Println(strings.Repeat("-", len(task)))
|
logger.Println(strings.Repeat("-", len(task)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user