byrokrat / giroapp

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

Add a show command #78

Closed hanneskod closed 7 years ago

hanneskod commented 7 years ago

With the purpose to display information on individual mandates.

For example use

giroapp show 12345 --name

to display the name if the donor behind payer number 12345..

Acceptance tests could use the show command to validate database content.

hanneskod commented 7 years ago

Promoted to alpha2 as fetching the database through the container in the feature tests has proven to be error prone..