gambas-source-code/app/src/gbs3/usage-gbs
gambas ac0a41b817 Order options in displayed help.
[SCRIPTER]
* NEW: Order options in displayed help.
2020-05-17 08:27:41 +02:00

15 lines
532 B
Text

Compile and execute a Gambas script.
Usage: gbs3 [options] [<script file>]
Options:
-c --nocache force the script compilation (do not check cache)
-e execute the source code provided by the command line ( ':' separator )
-f --fast use just-in-time compiler
-h --help display this help
-L --license display license
-u force components loading ('comp1,comp2...')
-v --verbose be verbose
-w --warnings display warning during compile
-V --version display version