Jaymon / captain

command line python scripts for humans
MIT License
13 stars 1 forks source link

echo.table #59

Closed Jaymon closed 4 years ago

Jaymon commented 4 years ago

if you pass in a dict to echo.table it should just treat it like you did: echo.table(d.items()) since that is usually what you want anyway.

This should take columnnames or fieldnames where you can set the header.