-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsjs.1
54 lines (54 loc) · 1.29 KB
/
sjs.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH SJS "1" "July 2024" "SJS 1.5.5" "User Commands"
.SH NAME
SJS \- manual page for SJS 1.5.5
.SH DESCRIPTION
SJS 1.5.5
Trin Wasinger
A simple JavaScript runtime
.SS "USAGE:"
.IP
sjs [OPTIONS] [SOURCE] [ARGS...]
.SS "OPTIONS:"
.TP
\fB\-v\fR, \fB\-\-version\fR
Print version
.TP
\fB\-V\fR, \fB\-\-verbose\fR
Prints verbose error messages
.TP
\fB\-c\fR, \fB\-\-clear\-cache\fR
Clear dependency cache and exit if no source is specified
.TP
\fB\-i\fR, \fB\-\-inspect\fR
Enable inspector and wait for debugger to connect [aliases: debug] [short aliases: d]
.TP
\fB\-p\fR, \fB\-\-port\fR <PORT>
Sets the inspector port and continues [default: 9229]
.TP
\fB\-r\fR, \fB\-\-remote\fR
Allow running and importing URLs
.TP
\fB\-D\fR, \fB\-\-define\fR <MACROS>
Define macros using the form 'MACRO(x)=definition'
.TP
\fB\-I\fR <PATH>
Add additional include search paths
.TP
\fB\-m\fR, \fB\-\-import\-map\fR <PATH>
Load a JSON formatted import map (By default tries to load 'imports.json')
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help
.SH "SEE ALSO"
The full documentation for
.B SJS
is maintained as a Texinfo manual. If the
.B info
and
.B SJS
programs are properly installed at your site, the command
.IP
.B info SJS
.PP
should give you access to the complete manual.