diff options
author | Araq <rumpf_a@web.de> | 2016-10-08 11:49:17 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-10-08 11:49:17 +0200 |
commit | 3dc8e593ff0c762445a5b25e59003b34a109dc04 (patch) | |
tree | 8c44963942212f1103adfda11dd6040c8ab167ef | |
parent | 4ab79faf6eac2e2f916d4e7282277bfe188c11b1 (diff) | |
download | Nim-3dc8e593ff0c762445a5b25e59003b34a109dc04.tar.gz |
document 'nim e' mode
-rw-r--r-- | doc/advopt.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 02e69c5b8..b8980fa9c 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -3,6 +3,7 @@ Advanced commands: //compileToCpp, cpp compile project to C++ code //compileToOC, objc compile project to Objective C code //js compile project to Javascript + //e run a Nimscript file //rst2html convert a reStructuredText file to HTML //rst2tex convert a reStructuredText file to TeX //jsondoc extract the documentation to a json file |