diff --git a/bootstrap/command.go b/bootstrap/command.go index 96a43d7..5ff4a97 100644 --- a/bootstrap/command.go +++ b/bootstrap/command.go @@ -39,9 +39,10 @@ type Args struct { Memprofile string TraceFile string - BazelMode bool - BazelModeDev bool - BazelModeStaging bool + BazelMode bool + BazelModeDev bool + BazelModeStaging bool + BazelForceEnabledModules string } // RunBlueprint emits `args.OutFile` (a Ninja file) and returns the list of