Skip to content

Commit 30418cb

Browse files
committed
describe: add --lang back into external_lib_deps for backcompat
Signed-off-by: Ali Caglayan <[email protected]>
1 parent 63fa6c5 commit 30418cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bin/describe/describe_external_lib_deps.ml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,14 @@ let to_dyn context_name external_resolved_libs =
160160
let term =
161161
let+ common = Common.term
162162
and+ context_name = Common.context_arg ~doc:"Build context to use."
163+
and+ _ =
164+
Arg.(
165+
value
166+
& opt (some string) None
167+
& info [ "lang" ] ~docv:"VERSION"
168+
~doc:
169+
"This argument has no effect and is deprecated. It exists solely \
170+
for backwards compatibility.")
163171
and+ format = Describe_format.arg in
164172
let config = Common.init common in
165173
Scheduler.go ~common ~config @@ fun () ->

0 commit comments

Comments
 (0)