Fix CLI doc

This commit is contained in:
Denis Merigoux 2021-12-02 09:19:35 +01:00
parent 520ef75626
commit 2732a87ca1
No known key found for this signature in database
GPG Key ID: EE99DCFA365C3EE3

View File

@ -62,7 +62,9 @@ let backend =
required
& pos 0 (some string) None
& info [] ~docv:"BACKEND"
~doc:"Backend selection among: LaTeX, Makefile, Html, Interpret, OCaml, Dcalc, Scopelang")
~doc:
"Backend selection among: Interpret, OCaml, Python, LaTeX, Makefile, Html, Dcalc, \
Scopelang")
type backend_option = Latex | Makefile | Html | Run | OCaml | Python | Dcalc | Scopelang