[go: up one dir, main page]

File: duk.1

package info (click to toggle)
duktape 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 20,496 kB
  • sloc: ansic: 203,676; python: 5,856; makefile: 476; cpp: 205
file content (66 lines) | stat: -rw-r--r-- 1,621 bytes parent folder | download | duplicates (4)
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
55
56
57
58
59
60
61
62
63
64
65
66
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
.TH DUK "1" "June 2016" "duk" "User Commands"
.SH NAME
duk \- duktape, embeddable Javascript engine
.SH SYNOPSIS
.B duk
[\fI\,options\/\fR] [\fI\,<filenames>\/\fR]
.SH DESCRIPTION
.TP
\fB\-i\fR
enter interactive mode after executing argument file(s) / eval code
.TP
\fB\-e\fR CODE
evaluate code
.TP
\fB\-c\fR FILE
compile into bytecode (use with only one file argument)
.TP
\fB\-\-run\-stdin\fR
treat stdin like a file, i.e. compile full input (not line by line)
.TP
\fB\-\-verbose\fR
verbose messages to stderr
.TP
\fB\-\-restrict\-memory\fR
use lower memory limit (used by test runner)
.TP
\fB\-\-alloc\-default\fR
use Duktape default allocator
.TP
\fB\-\-recreate\-heap\fR
recreate heap after every file
.TP
\fB\-\-no\-heap\-destroy\fR
force GC, but don't destroy heap at end (leak testing)
.PP
If <filename> is omitted, interactive mode is started automatically.
.TP
\fB\-i\fR
enter interactive mode after executing argument file(s) / eval code
.TP
\fB\-e\fR CODE
evaluate code
.TP
\fB\-c\fR FILE
compile into bytecode (use with only one file argument)
.TP
\fB\-\-run\-stdin\fR
treat stdin like a file, i.e. compile full input (not line by line)
.TP
\fB\-\-verbose\fR
verbose messages to stderr
.TP
\fB\-\-restrict\-memory\fR
use lower memory limit (used by test runner)
.TP
\fB\-\-alloc\-default\fR
use Duktape default allocator
.TP
\fB\-\-recreate\-heap\fR
recreate heap after every file
.TP
\fB\-\-no\-heap\-destroy\fR
force GC, but don't destroy heap at end (leak testing)
.PP
If <filename> is omitted, interactive mode is started automatically.