akrabat / rodeo

A command line tool to work with Flickr and images
MIT License
16 stars 4 forks source link

Add --create-album flag #34

Closed akrabat closed 3 years ago

akrabat commented 3 years ago

Allow the user to non-interactively create a new album using --create-album. This overrides --album.

Also refactor getAlbums() to getAlbumsOrPromptForNewName() and ensure that the album id is displayed for the newly created album.

Fixes #22