Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clcommands: fix the --rc-file option (closes #72450) | Julien Cristau | 2011-08-04 | 1 | -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 decoration | Sylvain Th?nault | 2011-05-09 | 1 | -0/+1 |
| | |||||
* | [packaging] prepare 0.55.1logilab-common-version-0.55.1 | Nicolas Chauvat | 2011-03-28 | 1 | -2/+2 |
| | |||||
* | unless asked explicitly, check we don't register a same command twice | Sylvain Th?nault | 2011-01-28 | 1 | -2/+6 |
| | |||||
* | [clcommands] print keyboard interruption if any (useful in doctest) | Julien Jehannet | 2010-11-24 | 1 | -2/+5 |
| | |||||
* | 2to3 has some more usable fixers | Emile Anclin | 2010-11-15 | 1 | -2/+1 |
| | |||||
* | clcommands: fix log level bug: logthreshold may be given a string | Sylvain Th?nault | 2010-10-20 | 1 | -6/+6 |
| | |||||
* | more log threshold control | Sylvain Th?nault | 2010-09-07 | 1 | -4/+9 |
| | |||||
* | [clcommands] nicer that way + fix indent error in help message | Sylvain Th?nault | 2010-09-06 | 1 | -5/+4 |
| | |||||
* | [clcommands] add empty line after usage | Sylvain Th?nault | 2010-09-06 | 1 | -0/+2 |
| | |||||
* | fix stupid name error | Sylvain Th?nault | 2010-09-06 | 1 | -1/+1 |
| | |||||
* | [clcommands] documentation + fix logging handling, killing cl.init_log | Sylvain Th?nault | 2010-08-27 | 1 | -10/+40 |
| | |||||
* | [clcommands] api: kill run_command in favor of get_command+cmd.main_run and ↵ | Sylvain Th?nault | 2010-08-27 | 1 | -15/+25 |
| | | | | clarify responsability of cl.run/cmd.main_run with regards to exception handling | ||||
* | catch exception raised by check_ergs properly | Sylvain Th?nault | 2010-08-25 | 1 | -1/+1 |
| | |||||
* | add some doc, new run_command method, init_log pass arbitrary kw args to ↵ | Sylvain Th?nault | 2010-08-25 | 1 | -7/+21 |
| | | | | lgc.init_log | ||||
* | some logger handling fixes | Sylvain Th?nault | 2010-08-25 | 1 | -6/+7 |
| | |||||
* | remove debug print accidentaly commited | Sylvain Th?nault | 2010-08-24 | 1 | -1/+0 |
| | |||||
* | nicer, more object oriented design for clcommands + automatic ↵ | Sylvain Th?nault | 2010-08-24 | 1 | -101/+184 |
| | | | | --version/--rc-file option handling | ||||
* | minor cleanups | Sylvain Th?nault | 2010-08-09 | 1 | -5/+5 |
| | |||||
* | missing replacement in disclaimer; include COPYING.LESSER in manifest; kill ↵ | Sylvain Th?nault | 2010-04-28 | 1 | -1/+1 |
| | | | | DEPENDS file | ||||
* | propre licensing information (LGPL-2.1). Hope I get it right this time. | Sylvain Th?nault | 2010-04-28 | 1 | -3/+20 |
| | |||||
* | update license, logilab-common is licensed under LGPLv2 | Adrien Di Mascio | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | update copyrights | Sylvain Th?nault | 2010-01-26 | 1 | -2/+2 |
| | |||||
* | main_usage / main_run api fixes: | Sylvain Th?nault | 2010-01-26 | 1 | -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 patch | Sylvain Th?nault | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | update copyright | Sylvain Th?nault | 2009-09-24 | 1 | -2/+2 |
| | |||||
* | [cleanup] delete-trailing-whitespace | Nicolas Chauvat | 2009-07-19 | 1 | -6/+6 |
| | |||||
* | merge | Emile Anclin | 2008-08-11 | 1 | -1/+1 |
|\ | |||||
| * | fix error message | Emile Anclin | 2008-08-06 | 1 | -1/+1 |
| | | |||||
* | | improve doc for better epydoc generation. | Nicolas Chauvat | 2008-07-13 | 1 | -19/+9 |
|/ | |||||
* | the doc parameter of logilab.clcommands.main_run is not mandatory anymore | Adrien Di Mascio | 2008-05-22 | 1 | -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 Fayolle | 2008-05-01 | 1 | -0/+1 |
| | |||||
* | * clcommands: commands may be hidden (eg not displayed in help), generic | Sylvain | 2008-03-20 | 1 | -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 compat | Sylvain | 2007-10-19 | 1 | -1/+1 |
| | |||||
* | pop_args accept None as value for expected_size_after, | Sylvain | 2007-09-11 | 1 | -1/+1 |
| | | | | meaning remaining args should not be checked | ||||
* | add summary taken from docstring to list of available commands | Nicolas Chauvat | 2007-08-14 | 1 | -4/+9 |
| | |||||
* | replace - by _ in dot node id | Sylvain | 2007-03-06 | 1 | -2/+2 |
| | |||||
* | see changelog | Sylvain | 2006-08-25 | 1 | -1/+11 |
| | |||||
* | command line commands fetched from erudi | Sylvain | 2006-08-24 | 1 | -0/+120 |