summaryrefslogtreecommitdiffstats
path: root/lmi
Commit message (Expand)AuthorAgeFilesLines
* moved lmi meta-command to openlmi-tools repositoryMichal Minar2014-04-2432-6812/+0
* use history fileMichal Minar2014-03-213-2/+62
* added select_command helperMichal Minar2014-03-172-0/+39
* fixed creation of command with helpersMichal Minar2014-03-172-1/+33
* added suppport for profile and class requirementsMichal Minar2014-03-1712-8/+1192
* added session proxyMichal Minar2014-03-174-14/+69
* turned few error messages into sentencesMichal Minar2014-03-171-5/+5
* propagate usage strings to subclassesMichal Minar2014-03-171-4/+10
* added smart hostname fallback finderMichal Minar2014-03-102-2/+39
* fixed duplicated header names in outputMichal Minar2014-03-041-2/+6
* fixed logging issuesMichal Minar2014-02-241-1/+7
* error reporting improvementsMichal Minar2014-02-243-10/+14
* fixed corner case when printing with table formatterMichal Minar2014-02-241-7/+10
* updated documentationMichal Minar2014-02-241-2/+2
* software: error reporting improvementsMichal Minar2014-02-241-2/+5
* tuned defining of no headings desired for listerMichal Minar2014-02-212-8/+24
* ditched debugging try blockMichal Minar2014-02-201-4/+1
* log the traceback once at mostMichal Minar2014-02-206-28/+68
* fixed computation of column sizesMichal Minar2014-02-201-5/+8
* properly support dynamic columnsMichal Minar2014-02-201-0/+3
* fixed parsing of command line optionsMichal Minar2014-02-171-1/+3
* print error table only if there are more hostsMichal Minar2014-02-131-2/+3
* make the --log-file option work againMichal Minar2014-02-131-1/+1
* turned logging messages into sentencesMichal Minar2014-02-1314-51/+50
* minor logging improvementsMichal Minar2014-02-132-4/+3
* make lmi.shell less verboseMichal Minar2014-02-131-7/+34
* logging: turn the debugging output into a messageMichal Minar2014-02-131-2/+2
* colorize error log messagesMichal Minar2014-02-132-7/+70
* changed the meaning of quiet flagMichal Minar2014-02-132-16/+2
* logging improvementsMichal Minar2014-02-135-31/+159
* eliminated terminating space in table rowsMichal Minar2014-02-101-1/+2
* print headers even for empty data setMichal Minar2014-02-101-3/+0
* added formatting properties to endpoint commandsMichal Minar2014-02-054-5/+96
* warn about missing usage stringMichal Minar2014-02-051-6/+4
* stripped the leading new line from lmi helpMichal Minar2014-02-051-1/+1
* improved help commandMichal Minar2014-02-056-97/+170
* error description improvementMichal Minar2014-02-051-1/+1
* added proper tab-completion for interactive modeMichal Minar2014-02-051-0/+39
* redone interactive modeMichal Minar2014-02-057-122/+367
* handle command import error gracefullyMichal Minar2014-02-051-0/+8
* mentioned that help could be used also with commandMichal Minar2014-02-051-0/+4
* print additional line upon EOF in imodeMichal Minar2014-02-051-0/+1
* do not exit imode on keyboard interruptMichal Minar2014-02-052-4/+17
* do not hardcode exit codesMichal Minar2014-02-055-14/+28
* do not exit lmi meta-command with unsuccessful helpMichal Minar2014-02-053-5/+16
* Updated copyright yearPeter Schiffer2014-01-2926-26/+26
* Fixed alignment of tables with utf-8 characters.Jan Safranek2014-01-211-2/+4
* Support having number as part of command argumentRadek Novacek2014-01-142-4/+4
* exit interactive mode only when LmiTerminate is raisedMichal Minar2014-01-131-2/+19
* terminate with exit code of last command executedMichal Minar2014-01-133-3/+8