Skip to content

Commit

Permalink
Add rocq votour subcommand (calling votour as public exe in rocq-ru…
Browse files Browse the repository at this point in the history
…ntime)
  • Loading branch information
SkySkimmer committed Dec 10, 2024
1 parent 16f6811 commit 98ce49a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions topbin/rocq.ml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ let () =

(* public executables *)
| "check" :: args -> with_sibling_exe opts "rocqchk" args
| "votour" :: args -> with_sibling_exe opts "votour" args

(* statically linked subcommands *)
| ("preprocess-mlg"|"pp-mlg") :: args -> Coqpp_main.main args
Expand Down

0 comments on commit 98ce49a

Please sign in to comment.