Bold the startup banner on TTY; blank line after banner

This commit is contained in:
2026-06-17 05:52:03 +02:00
parent edd3e5fdb2
commit 75564a504e
3 changed files with 18 additions and 4 deletions

View File

@@ -51,6 +51,7 @@ func setupGlobals(lc fx.Lifecycle, g *globals.Globals, v *vaultik.Vaultik, opts
g.ShortCommit(), g.CommitDate,
g.StartTime.Format(time.RFC3339))
v.UI.Banner("%s", globals.Homepage)
v.UI.Banner("")
}
return nil
},