Andrew Kuchling
Andrew Kuchling
FYI, with the current 'develop' branch (commit ID f019d0673c60828faef691803ff74aad3e058f41), the 'content' attribute still contains the caption, but it's now set to a dictionary instead of just a string: content {u'base':...
You write "I do not think it runs as expected." Can you please expand on what you expect to not work? From examining the code and from trying it using...
I traced through the code a bit and cli_helper's tabular output code is at fault. `TabularOutputFormatter._get_type()` doesn't check for lists and ends up falling through to the text type. It...
I am also fine with the change to MIT, though I don't see the necessity of dropping the GPL.