We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If no command, the compiler print a help list
--help Show the help page
--version Show version
--in=<path> (required) The file that will be compiled
--out=<path> The output compiled file
--ask Ask the user a list of question (interactive compiling)
--outLog=<path> Say to the compiler to output a log file
--writeDummy Write dummy arguments/values (useful for old compatibility)
The text was updated successfully, but these errors were encountered:
adding command line support #17
759f615
--help no command --version --ask --in
add the command line "--out=<path>" #17
5b16028
Add a command line argument to write dummy value #17
4e1d399
add a log #17 #28
c3a2b51
No branches or pull requests
If no command, the compiler print a help list
--help
Show the help page
--version
Show version
--in=<path> (required)
The file that will be compiled
--out=<path>
The output compiled file
--ask
Ask the user a list of question (interactive compiling)
--outLog=<path>
Say to the compiler to output a log file
--writeDummy
Write dummy arguments/values (useful for old compatibility)
The text was updated successfully, but these errors were encountered: