diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-04-23 01:02:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-23 10:02:18 +0200 |
commit | 5c534b2943145106db99212fb9bb75fde289b6f5 (patch) | |
tree | c62bed2a203a1cced3b3bee1d7eeafdea95273ea /doc | |
parent | 4b43d42b98518e7b6cf66d00932394e7fa0a8ab4 (diff) | |
download | Nim-5c534b2943145106db99212fb9bb75fde289b6f5.tar.gz |
new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcache/main (#13382)
* implement `nim r main` to compile and run, saving binary to $nimcache * remove outFileAbs for now
Diffstat (limited to 'doc')
-rw-r--r-- | doc/basicopt.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/basicopt.txt b/doc/basicopt.txt index 1405e7b01..cc808a077 100644 --- a/doc/basicopt.txt +++ b/doc/basicopt.txt @@ -4,6 +4,7 @@ Command: //compile, c compile project with default code generator (C) + //r compile & run $nimcach/projname [arguments] //doc generate the documentation for inputfile Arguments: |