summary refs log tree commit diff stats
path: root/doc/basicopt.txt
Commit message (Collapse)AuthorAgeFilesLines
* new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687)Timothee Cour2020-11-091-0/+3
| | | | | | | | | | | | | | | * new: `nim -i cmd` * rename -i to -e (for eval); consistent with majority of other programing languages * `nim e -e:cmd` now works; bugfix: `echo cmd | nim e -` now works * honor --betterRun * address comments * --eval alias for -e (replaces undocumented --eval which was a noop) * --eval now defaults to e (nimscript) instead of r * address comment: remove -e, only keep --eval * address comment * fixup * Update compiler/nimconf.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* fix the indentation in `--help` and `--fullhelp` (#15387)Miran2020-09-231-5/+5
| | | | | * fix the indentation in `--help` and `--fullhelp` * a better way to fix it
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, ↵Timothee Cour2020-05-111-2/+4
| | | | | | | | | | `--doccmd:skip` + other improvements (#14278) * `nim doc --backend:js|cpp...` `nim doc --doccmd:'-d:foo --threads:on'` `nim r --backend:cpp...` (implies --run --usenimcache) * --usenimcache works with all targets * --docCmd:skip now skips compiling snippets; 50X speedup for doc/manual.rst
* new cmd: `nim r main [args...]` to compile & run, saving binary under ↵Timothee Cour2020-04-231-0/+1
| | | | | | $nimcache/main (#13382) * implement `nim r main` to compile and run, saving binary to $nimcache * remove outFileAbs for now
* Fixes #11431 (#11451) [bugfix]Juan Carlos2019-06-101-1/+1
|
* doc: move specific checks to advanced options, for a less intimidatin… ↵Jacek Sieka2019-03-041-9/+2
| | | | | | | | (#10779) * doc: move specific checks to advanced options, for a less intimidating help * remove useless bool
* compiler interface: don't overdocument the on|off switchesAraq2019-01-221-1/+1
|
* fix #9629 every binary cmd line option allows on/off/empty=on (#10353)Timothee Cour2019-01-181-2/+2
| | | | | | * fix #9629 every binary cmd line option allows on/off/empty=on * workaround refs #10359
* better doc for hard to find --define:SYMBOL:VAL (#8257)Timothee Cour2018-07-111-1/+2
|
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+0
|
* replace --advanced by --fullhelp; refs #7621Andreas Rumpf2018-04-201-1/+1
|
* 'nim doc' is now using version 2 of the documentation generatorAndreas Rumpf2017-11-161-1/+0
|
* Add missing nilChecks compiling option (#6480)Eduardo Bart2017-10-091-0/+1
|
* new dependency tracking for nimsuggestAraq2016-11-051-1/+1
|
* Update documentation and newsJeff Ciesielski2016-07-051-1/+2
|
* Add the ability to pass a value with the -d flagJeff Ciesielski2016-07-041-1/+2
| | | | | | | This allows the end user to use the {.magic: "IntDefine"/"StrDefine"} pragmas to pass values into code at compile time. This has a nice side effect of also allowing/requiring a default value to be assigned in the code (see osalloc.nim/StandaloneHeapSize for an example)
* fixes #1868Araq2015-03-121-0/+1
|
* improved --debugger switch; updated release planAraq2015-02-271-1/+1
|
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-1/+0
|
* clarify single letter option requirementsJoseph Poirier2015-01-021-1/+1
|
* Fix paragraph break issue in nimc.txt. Add spacing to command line options ↵Nick Greenfield2014-12-211-2/+3
| | | | table.
* merged things from develAraq2014-09-121-0/+2
|\
| * be explicit about single letter optionsAraq2014-09-111-0/+2
| |
* | Nimrod renamed to NimAraq2014-08-281-2/+2
|/
* distinguish between 'defined' and 'declared'Araq2014-08-111-0/+1
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* doc2 improvementsAraq2012-06-241-1/+1
|
* New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-251-1/+2
| | | | Some new options added to the compiler (see news.txt for details)
* --stdout support; idetools implementedAraq2011-02-251-6/+6
|
* REPL improvementsAraq2011-02-131-4/+2
|
* changes to threads; --recursivePath supportAraq2011-01-291-1/+1
|
* tiny C support; cosmetic improvements for the docsAraq2010-08-281-0/+37