Update README and ABOUT files.

Update information accordingly to usage Enventor in CLI.
This commit is contained in:
Mykyta Biliavskyi 2015-06-01 14:57:49 +00:00 committed by ChunEon Park
parent 59ec635813
commit 512e12c970
2 changed files with 21 additions and 19 deletions

19
README
View File

@ -74,20 +74,21 @@ Ctrl+End = Go to the Bottom line
[Command Line Usage]
enventor --help
enventor [input file] [-to] [-id image path] [-sd sound path] [-fd font path] [-dd data path]
enventor [input file] [output file] [--to] [--id image path] [--sd sound path] [--fd font path] [--dd data path]
-input file = EDC file to open. If input file is skipped, Enventor will open a default template code with a temporary file.
-to = Open template menu when you launch Enventor
-id = image resources, that edc includes, path
-sd = sound resources, that edc includes, path
-fd = font resources, that edc includes, path
-dd = data resources, that edc includes, path
-output file = EDJ file to store compiled file. If output file is skipped, Enventor will store binary file to the temporary directory.
--to = Open template menu when you launch Enventor
--id = image resources, that edc includes, path
--sd = sound resources, that edc includes, path
--fd = font resources, that edc includes, path
--dd = data resources, that edc includes, path
Examples of Enventor command line usage:
$ enventor
$ enventor -to
$ enventor newfile.edc -to
$ enventor sample.edc -id ./images -sd ./sounds
$ enventor --to
$ enventor newfile.edc --to
$ enventor sample.edc output.edj --id ./images --sd ./sounds
[Developers]

View File

@ -56,20 +56,21 @@ Ctrl+End = Go to the Bottom line
<font_size=11><b>[Command Line Usage]</b></font_size>
enventor --help
enventor [input file] [-to] [-id image path] [-sd sound path] [-fd font path] [-dd data path]
enventor [input file] [output file] [--to] [--id image path] [--sd sound path] [--fd font path] [--dd data path]
-input file = EDC file to open. If input file is skipped, Enventor will open a default template code with a temporary file.
-to = Open template menu when you launch Enventor
-id = image resources, that edc includes, path
-sd = sound resources, that edc includes, path
-fd = font resources, that edc includes, path
-dd = data resources, that edc includes, path
-output file = EDJ file to store compiled file. If output file is skipped, Enventor will store binary file to the temporary directory.
--to = Open template menu when you launch Enventor
--id = image resources, that edc includes, path
--sd = sound resources, that edc includes, path
--fd = font resources, that edc includes, path
--dd = data resources, that edc includes, path
Examples of Enventor command line usage:
$ enventor
$ enventor -to
$ enventor newfile.edc -to
$ enventor sample.edc -id ./images -sd ./sounds
$ enventor --to
$ enventor newfile.edc --to
$ enventor sample.edc output.edj --id ./images --sd ./sounds
<font_size=11><b>[Developers]</b></font_size>