/{cmd,docs,internal,website}: make dolt backend explicitly single process

This commit is contained in:
Test
2026-01-20 16:51:14 -08:00
parent 869ee19f66
commit 7ed6849d19
16 changed files with 396 additions and 36 deletions

View File

@@ -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")