-
Notifications
You must be signed in to change notification settings - Fork 0
Commandline Arguments
duangsuse edited this page Oct 26, 2017
·
2 revisions
[interpreter] [script] [operate] [args]
| name | operate |
|---|---|
| (none) | default operate is build |
| build | build your project |
| check | check build artifacts |
| clean | delete build artifacts |
| help | print help |
| version | print version |
NOTE: if you want to get version printed only, add -p when operate=="version"
| ident | means/usage |
|---|---|
| -q | be quiet |
| -o | output to file -o [filename]
|
| -t | do not add comments in build artifacts |
| -b | do not compile module -b [modname]
|