Skip to content

Commit

Permalink
chore: update terminal header (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl authored Dec 31, 2024
1 parent effd55b commit 635abc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ func main() {
terminalHeader += (" / __\\/___\\/\\ \\ \\/ _\\ /___\\/ / /__\\\n")
terminalHeader += (" / / // // \\/ /\\ \\ // // / /_\\ \n")
terminalHeader += ("/ /__/ \\_// /\\ / _\\ \\/ \\_// /__//__ \n")
terminalHeader += ("\\____|___/\\_\\ \\/ \\__/\\___/\\____|__/ \n")
terminalHeader += (" \n\n")
terminalHeader += ("\\____|___/\\_\\ \\/ \\__/\\___/\\____|__/ \n\n")
terminalHeader += ("HOME: https://github.com/infinilabs/console/\n\n")

terminalFooter := ""

app := framework.NewApp("console", "The easiest way to operate your own search platform.",
app := framework.NewApp("console", "The easiest way to operate your own search platform, open-sourced under the GNU AGPLv3.",
config.Version, config.BuildNumber, config.LastCommitLog, config.BuildDate, config.EOLDate, terminalHeader, terminalFooter)

app.Init(nil)
Expand Down

0 comments on commit 635abc6

Please sign in to comment.