[buck] Update parameters with arguments list

Reviewed By: martinoluca

Differential Revision: D12952032

fbshipit-source-id: 27f72423a
master
Mehdi Bouaziz 6 years ago committed by Facebook Github Bot
parent 0547878898
commit 2a60a988e7

@ -122,7 +122,22 @@ end
let accepted_buck_commands = ["build"] let accepted_buck_commands = ["build"]
let parameters_with_argument = let parameters_with_argument =
["--build-report"; "--config"; "-j"; "--num-threads"; "--out"; "-v"; "--verbose"] [ "--buck-binary"
; "--build-report"
; "--build-state-file"
; "-c"
; "--config"
; "--config-file"
; "-j"
; "--just-build"
; "--num-threads"
; "--out"
; "--output-events-to-file"
; "--output-test-events-to-file"
; "--rulekeys-log-path"
; "--target-platforms"
; "-v"
; "--verbose" ]
let get_accepted_buck_kinds_pattern () = let get_accepted_buck_kinds_pattern () =

Loading…
Cancel
Save