[cli] parse classpath from argfiles

Reviewed By: jeremydubreil

Differential Revision: D5015504

fbshipit-source-id: 02bbf2b
master
Sam Blackshear 8 years ago committed by Facebook Github Bot
parent b503b55920
commit 6f33fa4089

@ -793,7 +793,7 @@ let parse_args ~usage ?parse_all action args0 =
(* for now, we only need to parse -d. we could parse more if we wanted to, but we would risk
incurring the wrath of ARGUMENT_LIST_TOO_LONG *)
let should_parse =
String.is_prefix ~prefix:"-d" in
String.is_prefix ~prefix:"-" in
let fname = String.slice arg 1 (String.length arg) in
match In_channel.read_lines fname with
| lines ->

Loading…
Cancel
Save