From a034bea7e93dc7a5551a39f02294c24c262566fd Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Fri, 19 Aug 2022 11:35:54 -0400 Subject: [PATCH] Add bazelmode and bazelmodedev as command args Test: See attached topic CLs Change-Id: I7a6290702f6cd721ef5f67e885b3dfc4b98edeb0 --- bootstrap/command.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap/command.go b/bootstrap/command.go index 3342bbe..121e6b9 100644 --- a/bootstrap/command.go +++ b/bootstrap/command.go @@ -39,6 +39,9 @@ type Args struct { Cpuprofile string Memprofile string TraceFile string + + BazelMode bool + BazelModeDev bool } // Returns the list of dependencies the emitted Ninja files has. These can be