set a description for every application
This commit is contained in:
parent
0a4e05e509
commit
78bfa70f23
19 changed files with 34 additions and 1 deletions
|
|
@ -30,6 +30,8 @@ class WeboobCli(ReplApplication):
|
|||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
SYNOPSIS = 'Usage: %prog [-dqv] [-b backends] [-cnfs] capability method [arguments..]\n'
|
||||
SYNOPSIS += ' %prog [--help] [--version]'
|
||||
DESCRIPTION = "Weboob-Cli is a console application to call a specific method on backends " \
|
||||
"which implement the given capability."
|
||||
DISABLE_REPL = True
|
||||
|
||||
def load_default_backends(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue