byrokrat / giroapp

Command line app for managing autogiro donations.
GNU General Public License v3.0
4 stars 2 forks source link

Db commit on app shut down #21

Closed hanneskod closed 7 years ago

hanneskod commented 7 years ago

Add a listener that commits the database on EXECUTION_END_EVENT.

An idea is to write a CommandWrapper that wraps execute() and dispatches execution events..