Commit graph

127 commits

Author SHA1 Message Date
Romain Bignon
bd7809f22e checks on given backends for 'backends <add|register>' subcommands 2011-03-01 11:06:39 +01:00
Romain Bignon
a84b3ea5a3 remove the useless '--to_file' parameter on boobmsg 2011-02-26 10:27:38 +01:00
Juke
1382b50a7d cleaner solution to output to a file 2011-02-25 18:49:23 +01:00
juke
6a40375b6a boobmsg can export to a file closes #490 2011-02-15 12:31:40 +01:00
juke
23009fe4a9 use stdout in format() closes #469 2011-02-11 18:52:08 +01:00
Juke
73e7d50e7f use stderr closes #470 2011-02-10 17:16:07 +01:00
Christophe Benz
638dc1f466 introduce unique_backend argument for parse_id 2010-12-13 16:43:27 +01:00
Christophe Benz
e9ede31053 fix parse_args conflict 2010-12-13 16:18:23 +01:00
Christophe Benz
5bdd1540fe s/parseargs/parse_args 2010-12-13 15:42:20 +01:00
Romain Bignon
fbf74148a6 reintroduce the 'short' optional parameter for get_command_help() 2010-12-13 11:31:58 +01:00
Romain Bignon
0a4e05e509 do not print weboob commands when application is not REPL 2010-12-09 12:03:21 +01:00
Christophe Benz
3dd50f363d remove unnecessary brackets 2010-12-08 18:10:42 +01:00
Romain Bignon
5dae3e3c92 use specifics OptionParser and OptionFormatter to display commands list 2010-12-08 17:53:05 +01:00
Romain Bignon
30db5a92a2 fix unicode issues 2010-11-29 21:07:28 +01:00
Christophe Benz
560798bf7d implement mandatory fields for custom formatters 2010-11-23 14:46:32 +01:00
Romain Bignon
c83c923e3d moved ICapDating.get_status() and ICapMessagesPost.get_status() into ICapAccount.get_account_status() 2010-11-20 20:52:53 +01:00
Romain Bignon
d1596e0487 ask: if choices are too long, display a list with labels instead of onliner question 2010-11-17 20:44:33 +01:00
Romain Bignon
b6821b0567 fixes related to ModuleLoadError 2010-11-17 19:43:25 +01:00
Christophe Benz
bf5741759a enhance inspect, use browser.location then browser.open as fallback 2010-11-17 16:26:52 +01:00
Christophe Benz
f0c3e6029a introduce ModuleLoadError 2010-11-17 15:05:53 +01:00
Christophe Benz
692caf9453 add a quiet mode for load_module 2010-11-17 14:17:38 +01:00
Christophe Benz
16fe553f51 fix english error, display exception message 2010-11-17 14:17:03 +01:00
Christophe Benz
25b9a48b59 add spaces to slashes for choices 2010-11-17 12:33:26 +01:00
Romain Bignon
c35497e582 load readline history in main() instead of constructor 2010-11-15 22:02:59 +01:00
Christophe Benz
5825b9f304 do not specify white color (37 value) for bold 2010-11-15 11:59:34 +01:00
Romain Bignon
0746942e02 accept backends name with only letters and digits 2010-11-14 22:18:56 +01:00
Romain Bignon
c644aacd29 fix: use ResultsCondition in BackendsCall instead of hack in Weboob (refs #372) 2010-11-14 21:46:48 +01:00
Christophe Benz
5fc8c14b2d fix #372 conditions should not be treated by formatters 2010-11-14 15:04:20 +01:00
Romain Bignon
916fc3d98e add a path completer for weboorrents command 'getfile' 2010-11-14 14:11:10 +01:00
Christophe Benz
5d6b3d6abc add inspect command 2010-11-14 11:09:04 +01:00
Romain Bignon
fda971a7f1 oops typo in call of CallErrors handler 2010-11-12 14:24:43 +01:00
Romain Bignon
8c7da03c60 fix: when there are no args, return [] instead of [''] 2010-11-11 13:57:25 +01:00
Romain Bignon
d224effe35 fixes 2010-11-11 01:56:03 +01:00
Romain Bignon
3fb2bb6575 factorization of CallErrors exception handlers 2010-11-11 01:43:58 +01:00
Christophe Benz
b69a31e1b9 python2.5 compatibility (for maemo) 2010-11-01 16:48:17 +01:00
Romain Bignon
4670081040 minor changes 2010-11-01 10:08:18 +01:00
Romain Bignon
2b55ab7340 fix the 'logging' command 2010-10-31 00:14:53 +02:00
Romain Bignon
4e4ca43949 fix logging, and add --logging-file parameter 2010-10-30 13:49:21 +02:00
Romain Bignon
2fa00066ba unused import 2010-10-30 11:26:04 +02:00
Romain Bignon
8fc7860150 $full and $direct selectors work 2010-10-30 11:24:49 +02:00
Romain Bignon
e3458248ab new command 'backends register' (closes #294) 2010-10-30 10:55:12 +02:00
Romain Bignon
8777e6c1d3 weboob-config now supports new Value* classes instead of BackendConfig ones 2010-10-26 21:02:42 +02:00
Romain Bignon
bd44734f78 display a notice to encourage user to contribute when NotImplementedError is raised 2010-10-23 11:15:14 +02:00
Romain Bignon
41a76723b6 do not use a bold prompt (there are a several of problems) 2010-10-19 10:42:03 +02:00
Romain Bignon
89e2c29447 fix falling back to default formatter 2010-10-16 22:24:59 +02:00
Romain Bignon
86f2ede418 fix empty commands 2010-10-15 18:29:32 +02:00
Romain Bignon
24e3671f27 video_list formatter display count in interactive mode, the full ID otherwise 2010-10-15 10:12:44 +02:00
Romain Bignon
61deb66ac8 set default formatter 2010-10-15 09:23:25 +02:00
Romain Bignon
a86a6b2669 rewrite formatters management in repl
Commands can use specific default formatters, user can redefine formatters
per commands or globally.
2010-10-14 20:09:32 +02:00
Romain Bignon
fa24395efb unused import 2010-10-13 09:34:10 +02:00