Merge "Add bazelmode and bazelmodedev as command args"
This commit is contained in:
commit
31ce118f0e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue