diff options
| author | Gaëtan Gilbert | 2019-04-01 14:15:30 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-04-16 15:11:03 +0100 |
| commit | 1e1fd6d7e66cee0130a119bf1ded6b7dee17131c (patch) | |
| tree | dec256271cc14e401b358953867ba05e74fecae7 /doc | |
| parent | 839ed4e80ca4dc068422c7c9fdb0c00e4ff1ebab (diff) | |
Command-line setters for options
TODO coqproject handling (for now it can be done through -arg I guess)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sphinx/practical-tools/coq-commands.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/sphinx/practical-tools/coq-commands.rst b/doc/sphinx/practical-tools/coq-commands.rst index eebf1f11e1..bdda35fcc0 100644 --- a/doc/sphinx/practical-tools/coq-commands.rst +++ b/doc/sphinx/practical-tools/coq-commands.rst @@ -210,6 +210,13 @@ and ``coqtop``, unless stated otherwise: is intended to be used as a linter for developments that want to be robust to changes in the auto-generated name scheme. The options are provided to facilitate tracking down problems. +:-set *string*: Enable flags and set options. *string* should be + ``Option Name=value``, the value is interpreted according to the + type of the option. For flags ``Option Name`` is equivalent to + ``Option Name=true``. For instance ``-set "Universe Polymorphism"`` + will enable :flag:`Universe Polymorphism`. Note that the quotes are + shell syntax, Coq does not see them. +:-unset *string*: As ``-set`` but used to disable options and flags. :-compat *version*: Attempt to maintain some backward-compatibility with a previous version. :-dump-glob *file*: Dump references for global names in file *file* |
