diff options
Diffstat (limited to 'development/qb64pe/qb64pe.1')
-rw-r--r-- | development/qb64pe/qb64pe.1 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/development/qb64pe/qb64pe.1 b/development/qb64pe/qb64pe.1 new file mode 100644 index 0000000000000..69764a72c5d3a --- /dev/null +++ b/development/qb64pe/qb64pe.1 @@ -0,0 +1,56 @@ +.TH qb64pe "1" "August 2022" "QB64 IDE AND COMPILER (Phoenix Edition)" "User Commands" +.SH NAME +qb64pe \- manual page for QB64-PE +.SH DESCRIPTION +QB64 COMPILER (Phoenix Edition) +.PP +USAGE: qb64pe [switches] <file> +.SS "OPTIONS:" +.TP +<file> +Source file to load +.TP +\fB\-v\fR +Print version number and exit +.TP +\fB\-c\fR +Compile instead of edit +.TP +\fB\-x\fR +Compile instead of edit and output the result to the +console +.TP +\fB\-p\fR +Purge all pre\-compiled content first +.TP +\fB\-z\fR +Generate C code without compiling to executable +.TP +\fB\-o\fR <output file> +Write output executable to <output file> +.TP +\fB\-w\fR +Show warnings when compiling +.TP +\fB\-q\fR +Quiet mode (suppresses most output other than warnings and errors) +.TP +\fB\-m\fR +Suppress colors in output +.TP +\fB\-e\fR +Enables OPTION _EXPLICIT, making variable declaration +mandatory (per\-compilation; doesn't affect the +source file or global settings) +.TP +\fB\-s[\fR:switch=true/false] +View/edit compiler settings +.TP +\fB\-f[\fR:setting=value] +Configure compiler settings for this run of the compiler +.TP +\fB\-l\fR:<line number> +Starts the IDE at the specified line number +.PP +.SH "INTERNET" +.B https://qb64phoenix.com |