dominikbraun / timetrace

A simple CLI for tracking your working time.
Apache License 2.0
700 stars 76 forks source link

Add `footer` parameter to `out.Table` #77

Closed retronav closed 3 years ago

retronav commented 3 years ago

This PR adds a footer parameter to out.Table which can be used to render footers in tables. Currently, all calls to out.Table have an additional nil argument where footer is not required. This PR is necessary for upcoming one for #58.

P.S This time, everything is OK 😉(#76)!