Add description to main cli command
This commit is contained in:
parent
6b6755695b
commit
ddc0974d2c
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue