Skip to content

Commandline Arguments

duangsuse edited this page Oct 26, 2017 · 2 revisions

Commandline usage:

[interpreter] [script] [operate] [args]

operates

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"

args

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]

Clone this wiki locally