chore: update terminal header (#66)
This commit is contained in:
parent
effd55b617
commit
635abc6524
6
main.go
6
main.go
|
@ -73,12 +73,12 @@ func main() {
|
||||||
terminalHeader += (" / __\\/___\\/\\ \\ \\/ _\\ /___\\/ / /__\\\n")
|
terminalHeader += (" / __\\/___\\/\\ \\ \\/ _\\ /___\\/ / /__\\\n")
|
||||||
terminalHeader += (" / / // // \\/ /\\ \\ // // / /_\\ \n")
|
terminalHeader += (" / / // // \\/ /\\ \\ // // / /_\\ \n")
|
||||||
terminalHeader += ("/ /__/ \\_// /\\ / _\\ \\/ \\_// /__//__ \n")
|
terminalHeader += ("/ /__/ \\_// /\\ / _\\ \\/ \\_// /__//__ \n")
|
||||||
terminalHeader += ("\\____|___/\\_\\ \\/ \\__/\\___/\\____|__/ \n")
|
terminalHeader += ("\\____|___/\\_\\ \\/ \\__/\\___/\\____|__/ \n\n")
|
||||||
terminalHeader += (" \n\n")
|
terminalHeader += ("HOME: https://github.com/infinilabs/console/\n\n")
|
||||||
|
|
||||||
terminalFooter := ""
|
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)
|
config.Version, config.BuildNumber, config.LastCommitLog, config.BuildDate, config.EOLDate, terminalHeader, terminalFooter)
|
||||||
|
|
||||||
app.Init(nil)
|
app.Init(nil)
|
||||||
|
|
Loading…
Reference in New Issue