Skip to content
Snippets Groups Projects
Commit 9aa80620 authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

doc: Little prologue to options section

parent e05a9ccc
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,15 @@
Command Line Options
====================
Here is an overview of the command-line options that Leon recognizes:
Leon's command line options have the form ``--option`` or ``--option=value``.
To enable a flag option, use ``--option=true`` or ``on`` or ``yes``,
or just ``--option``. To disable a flag option, use ``--option=false``
or ``off`` or ``no``.
Additionally, if you need to pass options to the ``scalac`` frontend of Leon,
you can do it by using a single dash ``-``. For example, ``-Ybrowse:typer``.
The rest of this section presents all command-line options that Leon recognizes.
Choosing which Leon feature to use
---------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment