.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH BAM "1" "October 2018" "bam" "User Commands" .SH NAME bam \- fast and flexible build system .SH DESCRIPTION usage: bam [] [=] [] .IP Execution: .TP \fB\-a\fR abort build on first error .TP \fB\-e\fR executes specified lua file and exits .TP \fB\-c\fR clean targets .TP \fB\-f\fR force build .TP \fB\-d\fR build targets that is dependent given targets .TP \fB\-\-dry\fR dry run, don't run any jobs .TP \fB\-j\fR sets the number of threads to use (default: auto, \fB\-v\fR will show it) .TP \fB\-s\fR script file to use (default: bam.lua) .IP Lua: .TP \fB\-l\fR print local variables in backtrace .TP \fB\-t\fR print backtrace when an error occurs .IP Output: .TP \fB\-r\fR build progress report format (default: s) b = progress bar c = use ansi colors s = build steps .TP \fB\-v\fR be verbose .IP Other: .TP \fB\-n\fR don't use cache .TP \fB\-g\fR ignore script timestamp .TP \fB\-h\fR, \fB\-\-help\fR prints this help .TP \fB\-\-help\-debug\fR prints debugging options .PP bam version 0.5.1 using Lua 5.3.3