byrokrat / giroapp

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

Add a drop command #90

Closed hanneskod closed 7 years ago

hanneskod commented 7 years ago

To completely remove donors from database.

Should work similar to revoke. With the added feature that if donor to be droped is not in InactiveState the user must confirm that this is really what she wants by using --force

In earlier drafts there was a purge command to remove all inactive donors from db. With a drop command pure is no longer deemed necessary.