/{cmd,docs,internal,website}: make dolt backend explicitly single process
This commit is contained in:
@@ -47,6 +47,7 @@ Common operations:
|
||||
bd daemon killall Stop all running daemons
|
||||
|
||||
Run 'bd daemon --help' to see all subcommands.`,
|
||||
PersistentPreRunE: guardDaemonUnsupportedForDolt,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
start, _ := cmd.Flags().GetBool("start")
|
||||
stop, _ := cmd.Flags().GetBool("stop")
|
||||
|
||||
Reference in New Issue
Block a user