Currently the status command displays a list of donors in the database. Lets break this into two distinct commands:
ls that lists donors in database. Possibly with some options to be more or less verbose.
status that displays compact information git style, like there are this many posts ready to bee exported, this many active donors, etc... The status command could be used by a computer to determine if there is anything to export..
Currently the status command displays a list of donors in the database. Lets break this into two distinct commands:
ls
that lists donors in database. Possibly with some options to be more or less verbose.status
that displays compact information git style, like there are this many posts ready to bee exported, this many active donors, etc... The status command could be used by a computer to determine if there is anything to export..