Weboob 0.e released
This commit is contained in:
parent
d9ceecdf8a
commit
3209289cfe
30 changed files with 536 additions and 53 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.TH BOOBANK 1 "28 October 2012" "boobank 0\&.d"
|
||||
.TH BOOBANK 1 "25 janvier 2013" "boobank 0\&.e"
|
||||
.SH NAME
|
||||
boobank
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -14,8 +14,12 @@ boobank
|
|||
Console application allowing to list your bank accounts and get their balance, display accounts history and coming bank operations, and transfer money from an account to another (if available).
|
||||
|
||||
.SS Supported websites:
|
||||
* axabanque (AXA Banque French bank website)
|
||||
.br
|
||||
* banquepopulaire (Banque Populaire French bank website)
|
||||
.br
|
||||
* barclays (Barclays French bank website)
|
||||
.br
|
||||
* bnporc (BNP Paribas French bank website)
|
||||
.br
|
||||
* boursorama (Boursorama French bank website)
|
||||
|
|
@ -26,16 +30,26 @@ Console application allowing to list your bank accounts and get their balance, d
|
|||
.br
|
||||
* caissedepargne (Caisse d'Épargne French bank website)
|
||||
.br
|
||||
* carrefourbanque (Carrefour Banque French bank website)
|
||||
.br
|
||||
* cic (CIC French bank website)
|
||||
.br
|
||||
* cmb (Crédit Mutuel de Bretagne French bank website)
|
||||
.br
|
||||
* cmso (Credit Mutuel Sud Ouest French bank website)
|
||||
.br
|
||||
* cragr (Crédit Agricole French bank website)
|
||||
.br
|
||||
* creditcooperatif (Credit Cooperatif French bank website)
|
||||
.br
|
||||
* creditmutuel (Crédit Mutuel French bank website)
|
||||
.br
|
||||
* db (Un truc nul pour faire marcher boobank)
|
||||
.br
|
||||
* fortuneo (Fortuneo French bank website)
|
||||
.br
|
||||
* ganassurances (Groupama Assurances French bank website)
|
||||
.br
|
||||
* hsbc (HSBC France bank website)
|
||||
.br
|
||||
* ing (ING Direct French bank website)
|
||||
|
|
@ -178,7 +192,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -210,6 +224,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -227,6 +244,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH BOOBATHON 1 "28 October 2012" "boobathon 0\&.d"
|
||||
.TH BOOBATHON 1 "25 janvier 2013" "boobathon 0\&.e"
|
||||
.SH NAME
|
||||
boobathon
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -178,7 +178,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -210,6 +210,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -227,6 +230,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH BOOBILL 1 "28 October 2012" "boobill 0\&.d"
|
||||
.TH BOOBILL 1 "25 janvier 2013" "boobill 0\&.e"
|
||||
.SH NAME
|
||||
boobill
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -16,6 +16,8 @@ Console application allowing to get and download bills.
|
|||
.SS Supported websites:
|
||||
* freemobile (Free Mobile website)
|
||||
.br
|
||||
* ing (ING Direct French bank website)
|
||||
.br
|
||||
* leclercmobile (Leclerc Mobile website)
|
||||
.br
|
||||
* nettokom (Nettokom website)
|
||||
|
|
@ -48,6 +50,18 @@ id is the identifier of the bill (hint: try bills command)
|
|||
FILENAME is where to write the file. If FILENAME is '\-',
|
||||
.br
|
||||
the file is written to stdout.
|
||||
.br
|
||||
|
||||
.br
|
||||
download all [Id]
|
||||
.br
|
||||
|
||||
.br
|
||||
You can use special word "all" and download all bills of
|
||||
.br
|
||||
subscription identified by Id.
|
||||
.br
|
||||
If Id not given, download bills of all subscriptions.
|
||||
.TP
|
||||
\fBhistory\fR [\fII\fRd]
|
||||
.br
|
||||
|
|
@ -162,7 +176,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -194,6 +208,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -211,6 +228,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH BOOBMSG 1 "28 October 2012" "boobmsg 0\&.d"
|
||||
.TH BOOBMSG 1 "25 janvier 2013" "boobmsg 0\&.e"
|
||||
.SH NAME
|
||||
boobmsg
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -53,9 +53,9 @@ Console application allowing to send messages on various websites and to display
|
|||
.br
|
||||
Export All threads
|
||||
.TP
|
||||
\fBexport_thread\fR
|
||||
\fBexport_thread\fR \fIID\fR
|
||||
.br
|
||||
Export a thread
|
||||
Export the thread identified by ID
|
||||
.TP
|
||||
\fBlist\fR
|
||||
.br
|
||||
|
|
@ -190,7 +190,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -222,6 +222,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH BOOBMSG OPTIONS
|
||||
.TP
|
||||
|
|
@ -247,6 +250,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH BOOBOOKS 1 "28 October 2012" "boobooks 0\&.d"
|
||||
.TH BOOBOOKS 1 "25 janvier 2013" "boobooks 0\&.e"
|
||||
.SH NAME
|
||||
boobooks
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -126,7 +126,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -158,6 +158,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -175,6 +178,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH BOOBTRACKER 1 "28 October 2012" "boobtracker 0\&.d"
|
||||
.TH BOOBTRACKER 1 "25 janvier 2013" "boobtracker 0\&.e"
|
||||
.SH NAME
|
||||
boobtracker
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -194,7 +194,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -226,6 +226,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH BOOBTRACKER OPTIONS
|
||||
.TP
|
||||
|
|
@ -257,6 +260,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH COMPAROOB 1 "28 October 2012" "comparoob 0\&.d"
|
||||
.TH COMPAROOB 1 "25 janvier 2013" "comparoob 0\&.e"
|
||||
.SH NAME
|
||||
comparoob
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -124,7 +124,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -156,6 +156,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -173,6 +176,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH FLATBOOB 1 "28 October 2012" "flatboob 0\&.d"
|
||||
.TH FLATBOOB 1 "25 janvier 2013" "flatboob 0\&.e"
|
||||
.SH NAME
|
||||
flatboob
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -126,7 +126,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -158,6 +158,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -175,6 +178,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH GALLEROOB 1 "28 October 2012" "galleroob 0\&.d"
|
||||
.TH GALLEROOB 1 "25 janvier 2013" "galleroob 0\&.e"
|
||||
.SH NAME
|
||||
galleroob
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -24,6 +24,8 @@ galleroob browses and downloads web image galleries
|
|||
.br
|
||||
* mangafox (Manga Fox manga reading website)
|
||||
.br
|
||||
* mangago (Mangago manga reading site)
|
||||
.br
|
||||
* mangahere (Manga Here manga reading website)
|
||||
.br
|
||||
* mangareader (MangaReader manga reading website)
|
||||
|
|
@ -150,7 +152,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -182,6 +184,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -199,6 +204,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH GEOLOOC 1 "28 October 2012" "geolooc 0\&.d"
|
||||
.TH GEOLOOC 1 "25 janvier 2013" "geolooc 0\&.e"
|
||||
.SH NAME
|
||||
geolooc
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -121,7 +121,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -153,6 +153,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -170,6 +173,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH HAVEDATE 1 "28 October 2012" "havedate 0\&.d"
|
||||
.TH HAVEDATE 1 "25 janvier 2013" "havedate 0\&.e"
|
||||
.SH NAME
|
||||
havedate
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -25,9 +25,9 @@ Display dating events.
|
|||
.br
|
||||
Export All threads
|
||||
.TP
|
||||
\fBexport_thread\fR
|
||||
\fBexport_thread\fR \fIID\fR
|
||||
.br
|
||||
Export a thread
|
||||
Export the thread identified by ID
|
||||
.TP
|
||||
\fBlist\fR
|
||||
.br
|
||||
|
|
@ -186,7 +186,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -218,6 +218,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH HAVEDATE OPTIONS
|
||||
.TP
|
||||
|
|
@ -243,6 +246,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH MONBOOB 1 "28 October 2012" "monboob 0\&.d"
|
||||
.TH MONBOOB 1 "25 janvier 2013" "monboob 0\&.e"
|
||||
.SH NAME
|
||||
monboob
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -71,6 +71,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH MONBOOB OPTIONS
|
||||
.TP
|
||||
|
|
@ -93,6 +96,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH PASTOOB 1 "28 October 2012" "pastoob 0\&.d"
|
||||
.TH PASTOOB 1 "25 janvier 2013" "pastoob 0\&.e"
|
||||
.SH NAME
|
||||
pastoob
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -132,7 +132,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -164,6 +164,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -181,6 +184,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH QBOOBMSG 1 "28 October 2012" "qboobmsg 0\&.d"
|
||||
.TH QBOOBMSG 1 "25 janvier 2013" "qboobmsg 0\&.e"
|
||||
.SH NAME
|
||||
qboobmsg
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -57,6 +57,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -74,6 +77,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright(C) 2010-2011 Romain Bignon
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH QFLATBOOB 1 "28 October 2012" "qflatboob 0\&.d"
|
||||
.TH QFLATBOOB 1 "25 janvier 2013" "qflatboob 0\&.e"
|
||||
.SH NAME
|
||||
qflatboob
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -27,6 +27,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -44,6 +47,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright(C) 2010-2012 Romain Bignon
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH QHAVEDATE 1 "28 October 2012" "qhavedate 0\&.d"
|
||||
.TH QHAVEDATE 1 "25 janvier 2013" "qhavedate 0\&.e"
|
||||
.SH NAME
|
||||
qhavedate
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -25,6 +25,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -42,6 +45,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright(C) 2010-2012 Romain Bignon
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH QWEBCONTENTEDIT 1 "28 October 2012" "qwebcontentedit 0\&.d"
|
||||
.TH QWEBCONTENTEDIT 1 "25 janvier 2013" "qwebcontentedit 0\&.e"
|
||||
.SH NAME
|
||||
qwebcontentedit
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -29,6 +29,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -46,6 +49,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright(C) 2011 Clément Schreiner
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH RADIOOB 1 "28 October 2012" "radioob 0\&.d"
|
||||
.TH RADIOOB 1 "25 janvier 2013" "radioob 0\&.e"
|
||||
.SH NAME
|
||||
radioob
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -170,6 +170,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -187,6 +190,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH TRANSLABOOB 1 "28 October 2012" "translaboob 0\&.d"
|
||||
.TH TRANSLABOOB 1 "25 janvier 2013" "translaboob 0\&.e"
|
||||
.SH NAME
|
||||
translaboob
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -174,7 +174,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -206,6 +206,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -223,6 +226,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH TRAVELOOB 1 "28 October 2012" "traveloob 0\&.d"
|
||||
.TH TRAVELOOB 1 "25 janvier 2013" "traveloob 0\&.e"
|
||||
.SH NAME
|
||||
traveloob
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -152,7 +152,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -184,6 +184,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH TRAVELOOB OPTIONS
|
||||
.TP
|
||||
|
|
@ -207,6 +210,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH VIDEOOB 1 "28 October 2012" "videoob 0\&.d"
|
||||
.TH VIDEOOB 1 "25 janvier 2013" "videoob 0\&.e"
|
||||
.SH NAME
|
||||
videoob
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -172,7 +172,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -204,6 +204,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -221,6 +224,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH WEBCONTENTEDIT 1 "28 October 2012" "webcontentedit 0\&.d"
|
||||
.TH WEBCONTENTEDIT 1 "25 janvier 2013" "webcontentedit 0\&.e"
|
||||
.SH NAME
|
||||
webcontentedit
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -132,7 +132,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -164,6 +164,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -181,6 +184,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH WEBOOB-CLI 1 "28 October 2012" "weboob-cli 0\&.d"
|
||||
.TH WEBOOB-CLI 1 "25 janvier 2013" "weboob-cli 0\&.e"
|
||||
.SH NAME
|
||||
weboob-cli
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -24,6 +24,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -41,6 +44,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH WEBOOB-CONFIG-QT 1 "28 October 2012" "weboob-config-qt 0\&.d"
|
||||
.TH WEBOOB-CONFIG-QT 1 "25 janvier 2013" "weboob-config-qt 0\&.e"
|
||||
.SH NAME
|
||||
weboob-config-qt
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -23,6 +23,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -40,6 +43,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright(C) 2010-2011 Romain Bignon
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH WEBOOB-CONFIG 1 "28 October 2012" "weboob-config 0\&.d"
|
||||
.TH WEBOOB-CONFIG 1 "25 janvier 2013" "weboob-config 0\&.e"
|
||||
.SH NAME
|
||||
weboob-config
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -107,6 +107,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -124,6 +127,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH WEBOOB-DEBUG 1 "28 October 2012" "weboob-debug 0\&.d"
|
||||
.TH WEBOOB-DEBUG 1 "25 janvier 2013" "weboob-debug 0\&.e"
|
||||
.SH NAME
|
||||
weboob-debug
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -23,6 +23,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -40,6 +43,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH WEBOOB\-DEBUG OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH WEBOOB-REPOS 1 "28 October 2012" "weboob-repos 0\&.d"
|
||||
.TH WEBOOB-REPOS 1 "25 janvier 2013" "weboob-repos 0\&.e"
|
||||
.SH NAME
|
||||
weboob-repos
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -67,6 +67,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -84,6 +87,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH WEBOORRENTS 1 "28 October 2012" "weboorrents 0\&.d"
|
||||
.TH WEBOORRENTS 1 "25 janvier 2013" "weboorrents 0\&.e"
|
||||
.SH NAME
|
||||
weboorrents
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -142,7 +142,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -174,6 +174,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -191,6 +194,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH WETBOOBS 1 "28 October 2012" "wetboobs 0\&.d"
|
||||
.TH WETBOOBS 1 "25 janvier 2013" "wetboobs 0\&.e"
|
||||
.SH NAME
|
||||
wetboobs
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -29,7 +29,7 @@ Get forecasts for specified city. Use the 'cities' command to find them.
|
|||
.TP
|
||||
\fBgauge\fR \fIGAUGE_ID\fR
|
||||
.br
|
||||
Get history of a specific gauge (use 'rivers' to find them).
|
||||
Get history of a specific gauge (use 'gauges' to find them).
|
||||
.TP
|
||||
\fBgauges\fR [\fIPATTERN\fR]
|
||||
.br
|
||||
|
|
@ -37,7 +37,11 @@ List all rivers. If PATTERN is specified, search on a pattern.
|
|||
.TP
|
||||
\fBlast_sensor_measure\fR \fIGAUGE_ID\fR
|
||||
.br
|
||||
Get last measure of a gauge (use 'rivers' to find them).
|
||||
Get last measure of a sensor.
|
||||
.TP
|
||||
\fBsensors\fR \fIGAUGE_ID\fR
|
||||
.br
|
||||
Iter sensors of a gauge.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -142,7 +146,7 @@ Availables: debug, info, warning, error.
|
|||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\fIPATH\fR]
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
|
|
@ -174,6 +178,9 @@ show this help message and exit
|
|||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -191,6 +198,9 @@ file to save logs
|
|||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue