-h, --help
Help. Will give you the complete list of options accepted by coqtop.
-Idir,--includedir
Add directory dir in the include path.
-Rdircoqdir
Recursively map physical dir to logical coqdir.-topcoqdir
Set the toplevel name to be coqdir instead of Top.
-nois Start with an empty initial state.
-load-ml-sourcefilename
Load ML file filename.-load-ml-objectfilename
Load ML object file filenname.-load-vernac-sourcefilename,-lfilename
Load Coq file filename.v. (Load filename.)
-load-vernac-source-verbosefilename,-lvfilename
Load verbosely Coq file filename.v. (Load Verbose filename.)
-requirelib
Load Coq library lib. (Require lib.)
-require-importlib,-rilib
Load Coq library lib and import it. (Require Import lib.)
-require-exportlib,-relib
Load Coq library lib and transitively import it. (Require Export lib.)
-require-fromrootlib,-rfromrootlib
Load Coq library lib. (From root Require lib.)
-require-import-fromrootlib,-rifromrootlib
Load Coq library lib and import it. (From root Require Import lib.)
-require-export-fromrootlib,-refromrootlib
Load Coq library lib and transitively import it. (From root Require Export lib.)
-load-vernac-objectlib
Obsolete synonym of -require.
-where Print Coq's standard library location and exit.
-v Print Coq version and exit.
-q Skip loading of rcfile (resource file) if any.
-init-filefilename
Set the rcfile to filename.-batch Batch mode (exits just after arguments parsing).
-emacs Tells Coq it is executed under Emacs.
-dump-globfilename
Dump globalizations in file filename (to be used by coqdoc(1)).
-impredicative-set
Set sort Set impredicative.
-dont-load-proofs
Don't load opaque proofs in memory.