Export to stdOut not into a file
This commit is contained in:
parent
fcfa88a33b
commit
1c784da214
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@ import (
|
|||
)
|
||||
|
||||
var exportCmd = &cobra.Command{
|
||||
Use: "export [options] <file>",
|
||||
Short: "Export data from an existing database into a JSON file",
|
||||
Example: " surreal export backup.zip",
|
||||
Use: "export",
|
||||
Short: "Export data from an existing database",
|
||||
Example: " surreal export",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
// Do Stuff Here
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue