regenerate manpages

This commit is contained in:
Romain Bignon 2011-05-08 17:26:20 +02:00
commit b38782f117
25 changed files with 926 additions and 191 deletions

View file

@ -1,4 +1,4 @@
.TH WEBOOB-CONFIG 1 "01 April 2011" "weboob-config 0\&.7"
.TH WEBOOB-CONFIG 1 "08 May 2011" "weboob-config 0\&.8"
.SH NAME
weboob-config
.SH SYNOPSIS
@ -25,6 +25,10 @@ Add a configured backend.
.br
Show applications.
.TP
\fBbackends\fR [\fICAPS\fR ...]
.br
Show available backends.
.TP
\fBconfirm\fR \fIBACKEND\fR
.br
For a backend which support CapAccount, parse a confirmation mail
@ -37,15 +41,23 @@ subscribe.
.br
It takes mail from stdin. Use it with postfix for example.
.TP
\fBdisable\fR \fINAME\fR
.br
Disable a backend
.TP
\fBedit\fR \fINAME\fR
.br
Edit a backend
.TP
\fBenable\fR \fINAME\fR
.br
Enable a disabled backend
.TP
\fBinfo\fR \fINAME\fR
.br
Display information about a backend.
.TP
\fBlist\fR
\fBlist\fR [\fICAPS\fR ..]
.br
Show configured backends.
.TP
@ -56,95 +68,6 @@ Register a new account on a backend.
\fBremove\fR \fINAME\fR
.br
Remove a configured backend.
.SH WEBOOB COMMANDS
.TP
\fBbackends\fR [\fICAPS\fR ...]
.br
Show available backends.
.TP
\fBcondition\fR [\fIEXPRESSION\fR | off]
.br
If an argument is given, set the condition expression used to filter the results.
.br
If the "off" value is given, conditional filtering is disabled.
.br
.br
If no argument is given, print the current condition expression.
.TP
\fBcount\fR [\fINUMBER\fR | off]
.br
If an argument is given, set the maximum number of results fetched.
.br
NUMBER must be at least 1.
.br
"off" value disables counting, and allows infinite searches.
.br
.br
If no argument is given, print the current count value.
.TP
\fBformatter\fR [list | \fIFORMATTER\fR [\fICOMMAND\fR] | option \fIOPTION_NAME\fR [on | off]]
.br
If a FORMATTER is given, set the formatter to use.
.br
You can add a COMMAND to apply the formatter change only to
.br
a given command.
.br
.br
If the argument is "list", print the available formatters.
.br
.br
If the argument is "option", set the formatter options.
.br
Valid options are: header, keys.
.br
If on/off value is given, set the value of the option.
.br
If not, print the current value for the option.
.br
.br
If no argument is given, print the current formatter.
.TP
\fBinspect\fR \fIBACKEND_NAME\fR
.br
Display the HTML string of the current page of the specified backend's browser.
.br
.br
If webkit_mechanize_browser Python module is installed, HTML is displayed in a WebKit GUI.
.TP
\fBlogging\fR [\fILEVEL\fR]
.br
Set logging level.
.br
.br
Availables: debug, info, warning, error.
.br
* quiet is an alias for error
.br
* default is an alias for warning
.TP
\fBselect\fR [\fIFIELD_NAME\fR]... | "$direct" | "$full"
.br
If an argument is given, set the selected fields.
.br
$direct selects all fields loaded in one http request.
.br
$full selects all fields using as much http requests as necessary.
.br
.br
If no argument is given, print the currently selected fields.
.TP
\fBquit\fR
.br
Quit the application.
.SH OPTIONS
.TP