Files
beads/cmd/bd/setup/exit.go
Jordan Hubbard 8f8a075943 test: refactor factory setup for coverage (#790)
* test: add git helper and guard annotations

* chore: align release metadata with 0.40.0

* test: refactor factory setup for coverage
2025-12-29 14:15:56 -08:00

7 lines
133 B
Go

package setup
import "os"
// setupExit is used by setup commands to exit the process. Tests can stub this.
var setupExit = os.Exit