1
0
Fork 0

Print Welcome message in CLI

master
Philip O'Toole 5 years ago committed by GitHub
parent 494087caa7
commit 6213f5d604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,6 +55,7 @@ func main() {
ctx.String("%s %v\n", ctx.Color().Red("ERR!"), err)
return nil
}
fmt.Println("Welcome to the rqlite CLI. Enter \".help\" for usage hints.")
term.Close()
FOR_READ:

Loading…
Cancel
Save