TheFox / flickr-cli

A command-line interface to Flickr. Upload and download photos, photo sets, directories via shell.
https://fox21.at
26 stars 9 forks source link

New parent class for Commands #21

Closed samwilson closed 7 years ago

samwilson commented 7 years ago

This adds a new abstract parent class intended for use with all commands. This patch only converts the Download command, as a starting point.

The log and config handling are moved into this new parent class.

This should be fully backwards compatible.