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.
To completely remove donors from database.
Should work similar to
revoke
. With the added feature that if donor to be droped is not inInactiveState
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 adrop
commandpure
is no longer deemed necessary.