dominikbraun / timetrace

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

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

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.

retronav commented 3 years ago

Looks like I need to do this again since somehow the main branch is up-to-date with the this repo's branch and this branch is not ☹️. Sorry for that.

dominikbraun commented 3 years ago

Looks like I need to do this again since somehow the main branch is up-to-date with the this repo's branch and this branch is not ☹️. Sorry for that.

If your main branch was even with this repo and this branch was outdated, maybe you should have merged your main into this branch? 🤔

retronav commented 3 years ago

There were a lot of conflicts. So I decided it was better to just redo everything rather than fixing them, which helps it remain clean.