Skip to content

Commit

Permalink
Merge branch 'master' into multi
Browse files Browse the repository at this point in the history
  • Loading branch information
sjcsjc123 authored Oct 30, 2023
2 parents 4f1503a + 1846053 commit 5de3292
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions cmd/client/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package client

import (
"fmt"
"github.com/desertbit/grumble"
"github.com/fatih/color"
"os"
"path"
"strings"

"github.com/desertbit/grumble"
"github.com/fatih/color"
)

// App FlyDB command app
Expand All @@ -30,14 +31,17 @@ func init() {
})
App.SetPrintASCIILogo(func(a *grumble.App) {
fmt.Println(strings.Join([]string{`
______ __ ____ ____
/ ____/ / / __ __ / __ \ / __ )
/ / / / / / / / / / / / / /_/ /
/ /_ / / / / / / / / / / / __ |
/ __/ / / / /_/ / / / / / / / / /
/ / / / \__, / / /_/ / / /_/ /
/_/ /_/ ,__/ / /_____/ /_____/
/____/
___ ___ ___ ___ ___
/\ \ /\__\ /\__\ /\ \ /\ \
/::\ \ /:/ / /:/ / ___ /::\ \ /::\ \
/:/\ \ \ /:/ / /:/ / /\__\ /:/\ \ \ /:/\ \ \
/::\~\ \ \ /:/ / \:\ \/ / / /:/ /\ \ \ /::\ \ \ \
/:/\:\ \ \__\ /:/ / __\:\~/ / / /:/_/ \ \ \ /:/\:\ \ \ \
\/__\:\ \/__/ \:\ \ /\ \:::/ / \:\ \ | | | \:\ \:\/ | |
\:\__\ \:\ \ \:\~~/:/ / \:\~\/ / / \:\ \::/ /
\/__/ \:\ \ \:\/:/ / \:\/ / / \:\/:/ /
\ \__\ \::/ / \::/ / \::/ /
\/__/ \/__/ \/__/ \/__/
`}, "\r\n"))
})
register(App)
Expand Down

0 comments on commit 5de3292

Please sign in to comment.