summaryrefslogtreecommitdiff
path: root/clcommands.py
Commit message (Collapse)AuthorAgeFilesLines
* clcommands: fix the --rc-file option (closes #72450)Julien Cristau2011-08-041-0/+1
| | | | | When --rc-file/-C is passed, the command we need to run is the next argument on the command line, not "--rc-file" itself.
* clcommands: make registration possible by class decorationSylvain Th?nault2011-05-091-0/+1
|
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-2/+2
|
* unless asked explicitly, check we don't register a same command twiceSylvain Th?nault2011-01-281-2/+6
|
* [clcommands] print keyboard interruption if any (useful in doctest)Julien Jehannet2010-11-241-2/+5
|
* 2to3 has some more usable fixersEmile Anclin2010-11-151-2/+1
|
* clcommands: fix log level bug: logthreshold may be given a stringSylvain Th?nault2010-10-201-6/+6
|
* more log threshold controlSylvain Th?nault2010-09-071-4/+9
|
* [clcommands] nicer that way + fix indent error in help messageSylvain Th?nault2010-09-061-5/+4
|
* [clcommands] add empty line after usageSylvain Th?nault2010-09-061-0/+2
|
* fix stupid name errorSylvain Th?nault2010-09-061-1/+1
|
* [clcommands] documentation + fix logging handling, killing cl.init_logSylvain Th?nault2010-08-271-10/+40
|
* [clcommands] api: kill run_command in favor of get_command+cmd.main_run and ↵Sylvain Th?nault2010-08-271-15/+25
| | | | clarify responsability of cl.run/cmd.main_run with regards to exception handling
* catch exception raised by check_ergs properlySylvain Th?nault2010-08-251-1/+1
|
* add some doc, new run_command method, init_log pass arbitrary kw args to ↵Sylvain Th?nault2010-08-251-7/+21
| | | | lgc.init_log
* some logger handling fixesSylvain Th?nault2010-08-251-6/+7
|
* remove debug print accidentaly commitedSylvain Th?nault2010-08-241-1/+0
|
* nicer, more object oriented design for clcommands + automatic ↵Sylvain Th?nault2010-08-241-101/+184
| | | | --version/--rc-file option handling
* minor cleanupsSylvain Th?nault2010-08-091-5/+5
|
* missing replacement in disclaimer; include COPYING.LESSER in manifest; kill ↵Sylvain Th?nault2010-04-281-1/+1
| | | | DEPENDS file
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-3/+20
|
* update license, logilab-common is licensed under LGPLv2Adrien Di Mascio2010-04-131-1/+1
|
* update copyrightsSylvain Th?nault2010-01-261-2/+2
|
* main_usage / main_run api fixes:Sylvain Th?nault2010-01-261-8/+8
| | | | | | - __doc__ is not a good local variable name (in main_usage) - main_run now accept 'copyright' as argument - main_usage handle cases where copyright is empty
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-1/+1
|
* update copyrightSylvain Th?nault2009-09-241-2/+2
|
* [cleanup] delete-trailing-whitespaceNicolas Chauvat2009-07-191-6/+6
|
* mergeEmile Anclin2008-08-111-1/+1
|\
| * fix error messageEmile Anclin2008-08-061-1/+1
| |
* | improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-19/+9
|/
* the doc parameter of logilab.clcommands.main_run is not mandatory anymoreAdrien Di Mascio2008-05-221-4/+13
| | | | | | | | | The default help string is : Type "%prog <command> --help" for more information about a specific command. Available commands are : and the list of registered commands is displayed beneath
* these two share a lot. Need clarification about what they do. Merge considered.Alexandre Fayolle2008-05-011-0/+1
|
* * clcommands: commands may be hidden (eg not displayed in help), genericSylvain2008-03-201-6/+35
| | | | | | ListCommandsCommand useful to build bash completion helpers * changelog: module to parse ChangeLog file as this one, backported from logilab.devtools
* fix for 2.3 compatSylvain2007-10-191-1/+1
|
* pop_args accept None as value for expected_size_after,Sylvain2007-09-111-1/+1
| | | | meaning remaining args should not be checked
* add summary taken from docstring to list of available commandsNicolas Chauvat2007-08-141-4/+9
|
* replace - by _ in dot node idSylvain2007-03-061-2/+2
|
* see changelogSylvain2006-08-251-1/+11
|
* command line commands fetched from erudiSylvain2006-08-241-0/+120