diff options
author | Araq <rumpf_a@web.de> | 2011-02-25 01:53:58 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-02-25 01:53:58 +0100 |
commit | f8dd74a0733b86a63dd805dfee580a5b4cf484ad (patch) | |
tree | 0ab327d97cfa30d2db6c7c2bb87aee2862bae74e /doc/basicopt.txt | |
parent | 0a4498bd6b699e42d97a9f7c9fcddd435a5d6e5b (diff) | |
download | Nim-f8dd74a0733b86a63dd805dfee580a5b4cf484ad.tar.gz |
--stdout support; idetools implemented
Diffstat (limited to 'doc/basicopt.txt')
-rwxr-xr-x | doc/basicopt.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/basicopt.txt b/doc/basicopt.txt index bd311e993..dd9e50ec2 100755 --- a/doc/basicopt.txt +++ b/doc/basicopt.txt @@ -1,16 +1,15 @@ Usage:: - nimrod command [options] inputfile [arguments] + nimrod command [options] [projectfile] [arguments] Command: - //compile, c compile project with default code generator (C) - //doc generate the documentation for inputfile - //i start Nimrod in interactive mode (limited) - + //compile, c compile project with default code generator (C) + //doc generate the documentation for inputfile + //i start Nimrod in interactive mode (limited) + Arguments: arguments are passed to the program being run (if --run option is selected) Options: -p, --path:PATH add path to search paths - -o, --out:FILE set the output filename -d, --define:SYMBOL define a conditional symbol -u, --undef:SYMBOL undefine a conditional symbol -f, --forceBuild force rebuilding of all modules @@ -33,3 +32,4 @@ Options: -r, --run run the compiled program with given arguments --advanced show advanced command line switches -h, --help show this help + |