Skip to content

Commit

Permalink
describe: add --lang back into external_lib_deps for backcompat
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <alizter@gmail.com>
  • Loading branch information
Alizter committed Jun 10, 2023
1 parent b3364f1 commit 934b3a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/describe/describe_external_lib_deps.ml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ let to_dyn context_name external_resolved_libs =
let term =
let+ common = Common.term
and+ context_name = Common.context_arg ~doc:"Build context to use."
and+ _ =
Arg.(
value
& opt (some string) None
& info [ "lang" ] ~docv:"VERSION"
~doc:
"This argument has no effect and is deprecated. It exists solely \
for backwards compatibility.")
and+ format = Describe_format.arg in
let config = Common.init common in
Scheduler.go ~common ~config @@ fun () ->
Expand Down

0 comments on commit 934b3a7

Please sign in to comment.