github.phpd.cn/thought-machine/please@v12.2.0+incompatible/src/utils/stub.go (about) 1 // +build bootstrap 2 3 package utils 4 5 // InitConfig is a stub used during initial bootstrap. 6 func InitConfig(dir string, bazelCompatibility bool) { 7 log.Fatalf("Not supported during initial bootstrap.\n") 8 } 9 10 // PrintCompletionScript is a stub used during initial bootstrap. 11 func PrintCompletionScript() { 12 log.Fatalf("Not supported during initial bootstrap.\n") 13 }