What does the -quiet
flag do? I've seen it mentioned in #6708 but there is no documentation on it that I could find.
It is mentioned in coqtop -help
:
-quiet unset display of extra information (implies -w "-all")
According to the code, the -silent
and -quiet
command-line flags just set the Silent
flag and disable all warnings.
Last updated: Sep 23 2023 at 15:01 UTC