This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository sikuli.
commit 638ae6beec61cb09a5b22753bf550def5dac3167 Author: Gilles Filippini <[email protected]> Date: Thu Oct 31 16:36:03 2013 +0100 Update manpages --- debian/sikuli-ide.1 | 70 ++++++++++++++++++++++++++++++++++++++------------- debian/sikuli.1 | 43 +++++++++++++++++++++++-------- 2 files changed, 86 insertions(+), 27 deletions(-) diff --git a/debian/sikuli-ide.1 b/debian/sikuli-ide.1 index ef2bcf3..611a610 100644 --- a/debian/sikuli-ide.1 +++ b/debian/sikuli-ide.1 @@ -1,34 +1,70 @@ -.TH SIKULI-IDE "1" "November 2010" "sikuli-ide 0.10.2" +.TH SIKULI-IDE "1" "November 2013" "sikuli-ide 1.0.1" "User Commands" .SH NAME sikuli-ide \- Integrated development environment for the sikuli visual script jython API .SH DESCRIPTION .BR "sikuli-ide" -[\-\-args -.IR arguments -] [\-h] [\-r +[\-c] [\-d +.IR "debug-level" ] +[\-f +.IR "sikuli-logfile" ] +[\-h] [\-r .IR "sikuli\-file" ] -[\-s] [\-t +[\-i +.IR "[runner (jython)]" ] +[\-l +.IR "one-or-more-foobar.sikuli" ] +[\-r +.IR "foobar.sikuli" ] +[\-t .IR "sikuli\-test\-case" ] +[\-u +.IR "user-logfile" ] +[\-x] [\-\- +.IR arguments] +.SH OPTIONS .TP -\fB\-\-args\fR \fIarguments\fR -specify the arguments passed to Jython's sys.argv +\fB\-c\fR +print all output to commandline (IDE +message area) .TP -\fB\-h\fR,\-\-help +\fB\-d\fR <debug level> +positive integer (1) +.TP +\fB\-f\fR <Sikuli logfile> +a valid filename +(WorkingDir/SikuliLog.txt) +.TP +\fB\-h\fR print this help message .TP -\fB\-r\fR,\-\-run \fIsikuli\-file\fR -run .sikuli or .skl file +\fB\-i\fR <[runner (jython)]> +start interactive session and/or select +ScriptRunner .TP -\fB\-s\fR,\-\-stderr -print runtime errors to stderr instead of popping up a message box +\fB\-l\fR <one or more foobar.sikuli> +preload scripts in IDE .TP -\fB\-t\fR,\-\-test \fIsikuli\-test\-case\fR -run .sikuli as a unit test case with junit's text UI runner - +\fB\-r\fR <foobar.sikuli> +run script +.TP +\fB\-t\fR <foobar.sikuli> +runs script as unittest +.TP +\fB\-u\fR <User logfile> +a valid filename +(WorkingDir/UserLog.txt) +.TP +\fB\-x\fR +show a splash screen to enter options +.TP +\fB\-\-\fR <args> +anything after \-\- or after something beginning with \-\- go to script as user parameters (respecting enclosing ") .SH "SEE ALSO" .IR sikuli (1) .SH AUTHOR -Sikuli is a research project developed by User Interface Design Group, MIT Computer Science and Artificial Intelligence Laboratory (CSAIL) and supported in part by the National Science Foundation under award number IIS-0447800 and by Quanta Computer as part of the TParty project. +Sikuli was started as a research project of the User Interface Design Group, MIT Computer Science and Artificial Intelligence Laboratory (CSAIL) and was discontinued in late 2011. +.PP +Starting from 2012 it is now maintained by Raimund Hocke <[email protected]>. .PP -This manual page was written by Gilles Filippini <[email protected]> with some help from help2man, for the Debian project (but may be used by others). +This manual page was written by Gilles Filippini <[email protected]>, for the Debian project (but may be used by others). diff --git a/debian/sikuli.1 b/debian/sikuli.1 index 2948d9c..bee7f0d 100644 --- a/debian/sikuli.1 +++ b/debian/sikuli.1 @@ -1,23 +1,46 @@ -.TH SIKULI "1" "November 2010" "sikuli 0.10.2" - +.TH SIKULI "1" "November 2013" "sikuli 1.0.1" "User Commands" .SH NAME sikuli \- run sikuli scripts - .SH SYNOPSIS .B sikuli -.IR sikuli-script-dir - +[-d <debug level>] [-f <Sikuli logfile>] [-h] [-i <[runner (jython)]>] [-r <foobar.sikuli>] [-t <foobar.sikuli>] [-u <User logfile>] [-- <args>] .SH DESCRIPTION .B sikuli runs the specified sikuli script. -.PP -The parameter is the base directory holding the script and the associated screenshots. - +.SH OPTIONS +.TP +\fB\-d\fR <debug level> +positive integer (1) +.TP +\fB\-f\fR <Sikuli logfile> +a valid filename +(WorkingDir/SikuliLog.txt) +.TP +\fB\-h\fR +print this help message +.TP +\fB\-i\fR <[runner (jython)]> +start interactive session and/or select +ScriptRunner +.TP +\fB\-r\fR <foobar.sikuli> +run script +.TP +\fB\-t\fR <foobar.sikuli> +runs script as unittest +.TP +\fB\-u\fR <User logfile> +a valid filename +(WorkingDir/UserLog.txt) +.TP +\fB\-\-\fR <args> +anything after \-\- or after something beginning with \-\- go to script as user parameters (respecting enclosing ") .SH "SEE ALSO" .IR sikuli-ide (1) - .SH AUTHOR Sikuli -is a research project developed by User Interface Design Group, MIT Computer Science and Artificial Intelligence Laboratory (CSAIL) and supported in part by the National Science Foundation under award number IIS-0447800 and by Quanta Computer as part of the TParty project. +was started as a research project of the User Interface Design Group, MIT Computer Science and Artificial Intelligence Laboratory (CSAIL) and was discontinued in late 2011. +.PP +Starting from 2012 it is now maintained by Raimund Hocke <[email protected]>. .PP This manual page was written by Gilles Filippini <[email protected]>, for the Debian project (but may be used by others). -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

