mte/unikernel/duniverse/dune_/bin/describe/describe_lang_compat.ml
2025-11-11 02:07:51 +01:00

11 lines
247 B
OCaml

let arg =
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.")
;;