summaryrefslogtreecommitdiffstats
path: root/kjsembed/kjscmd.1
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit90825e2392b2d70e43c7a25b8a3752299a933894 (patch)
treee33aa27f02b74604afbfd0ea4f1cfca8833d882a /kjsembed/kjscmd.1
downloadtdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.tar.gz
tdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kjsembed/kjscmd.1')
-rw-r--r--kjsembed/kjscmd.134
1 files changed, 34 insertions, 0 deletions
diff --git a/kjsembed/kjscmd.1 b/kjsembed/kjscmd.1
new file mode 100644
index 00000000..8ae69c27
--- /dev/null
+++ b/kjsembed/kjscmd.1
@@ -0,0 +1,34 @@
+.TH "kjscmd" 1
+.SH NAME
+kjscmd \- A tool for running KJSEmbed scripts from the command line
+.SH SYNOPSIS
+.B kjscmd
+kjscmd [Qt-options] [KDE-options] [options] [file]
+.SH DESCRIPTION
+kjscmd is a tool for launching KJSEmbed scripts from the command line, and
+can also provide a console for running commands interactively. It will run
+the named file using KJSEmbed (or read a file from stdin if '-' is
+specified).
+.SH OPTIONS
+.TP
+.B \-\-console \-c
+Enables the graphical console. The console will not be visible unless the
+script enters the event loop or the --exec parameter is used. If no script
+was specified on the command line then the event loop is entered
+automatically.
+.TP
+.B \-\-interactive \-i
+Enables the interactive command line prompt.
+.TP
+.B \-\-exec
+Tells kjscmd to enter the event loop after executing the script. This option
+is rarely used, but it can be handy if you want to use the console to examine
+the state of the interpreter after a non-graphical script has executed.
+.TP
+.B \-\-nogui
+Tells kjscmd not to create an X connection. This allows you to use scripts
+without needing an X server (though with reduced functionality).
+.SH BUGS
+There are probably lots of bugs. Use http://bugs.kde.org/ to report them.
+
+