We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fa6c5 commit 30418cbCopy full SHA for 30418cb
bin/describe/describe_external_lib_deps.ml
@@ -160,6 +160,14 @@ let to_dyn context_name external_resolved_libs =
160
let term =
161
let+ common = Common.term
162
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.")
171
and+ format = Describe_format.arg in
172
let config = Common.init common in
173
Scheduler.go ~common ~config @@ fun () ->
0 commit comments