.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH NJS "1" "June 2023" "njs 0.7.12" "User Commands" .SH NAME njs \- JavaScript for Nginx .SH DESCRIPTION njs [options] [\-c string | script.js | \fB\-]\fR [script args] .PP Interactive shell: disabled .SH OPTIONS .TP \fB\-a\fR print AST. .TP \fB\-c\fR specify the command to execute. .TP \fB\-d\fR print disassembled code. .TP \fB\-e\fR set failure exit code. .TP \fB\-f\fR disabled denormals mode. .TP \fB\-j\fR set the maximum stack size in bytes. .TP \fB\-p\fR set path prefix for modules. .TP \fB\-q\fR disable interactive introduction prompt. .TP \fB\-r\fR ignore unhandled promise rejection. .TP \fB\-s\fR sandbox mode. .TP \fB\-t\fR script|module source code type (script is default). .TP \fB\-v\fR print njs version and exit. .TP \fB\-u\fR disable "unsafe" mode. .TP script.js | \- run code from a file or stdin.