Add description to main cli command

This commit is contained in:
Tobie Morgan Hitchcock 2016-02-26 18:53:35 +00:00
parent 6b6755695b
commit ddc0974d2c

View file

@ -34,6 +34,7 @@ import (
var mainCmd = &cobra.Command{ var mainCmd = &cobra.Command{
Use: "surreal", Use: "surreal",
Short: "SurrealDB command-line interface and server",
PersistentPreRunE: func(cmd *cobra.Command, args []string) error { PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
return stores.Setup(Config.Context) return stores.Setup(Config.Context)
}, },