Revision e0391a3c
Von admin vor mehr als 6 Jahren hinzugefügt
src/tools/aqbanking-cli/listbal.c | ||
---|---|---|
const char *iban;
|
||
const char *tmplString;
|
||
const char *s;
|
||
AB_BALANCE_TYPE bt=AB_Balance_TypeNoted;
|
||
AB_BALANCE_TYPE bt=AB_Balance_TypeBooked;
|
||
|
||
/* parse command line arguments */
|
||
db=_readCommandLine(dbArgs, argc, argv);
|
Auch abrufbar als: Unified diff
aqbanking-cli: "listbal" now defaults to balance type "booked" instead of "noted".