1seed(1) General Commands Manual seed(1)
2
3
4
6 seed - libseed JavaScript REPL/Interpreter.
7
9 seed [OPTION...] [SCRIPT]
10
12 seed acts as a simple read-eval-print loop for libseed's GObject
13 JavaScriptCore bindings, unless the path to a script to interpret is
14 specified.
15
17 --help Show these help options.
18
19 --version
20 Print interpreter version.
21
22 -e expression
23 Takes the JavaScript expression, checks its syntax, and evalu‐
24 ates it, printing the return value.
25
26 --seed-debug=DEBUGFLAGS
27 Show debug messages, filtered by the specified debug flags. If
28 one wishes to see all possible debug messages, specify the flag
29 "all" (keep in mind that this will produce a significant amount
30 of output). Otherwise, specify a comma-separated list of: misc,
31 finalization, initialization, signal, invocation, structs, con‐
32 struction, gtype, importer, module.
33
34
35 BUGS Report bugs at http://bugzilla.gnome.org/ in the seed product.
36
38 http://live.gnome.org/Seed
39
41 Robert Carr <racarr@svn.gnome.org>
42
43 Tim Horton <hortont@svn.gnome.org>
44
45
46
47 seed(1)