mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-16 23:55:52 +01:00
Tidy project init banner
This commit is contained in:
parent
2a096a6ff9
commit
659cc3ed61
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue