kensanata / mastodon-archive

Archive your statuses, favorites and media using the Mastodon API (i.e. login required)
https://alexschroeder.ch/software/Mastodon_Archive
GNU General Public License v3.0
362 stars 33 forks source link

Split command doesn't exist ? #51

Closed lapineige closed 4 years ago

lapineige commented 4 years ago

mastodon-archive split --older-than=100 account@domain.tld

mastodon-archive: error: invalid choice: 'split' (choose from 'archive', 'media', 'text', 'context', 'html', 'expire', 'report', 'followers', 'following', 'mutuals', 'whitelist', 'login')

What's going on ?

Version 1.2.0

kensanata commented 4 years ago

This command was introduced a few days after the release of 1.2.0.

lapineige commented 4 years ago

Oh, too bad for me ^^ Then I need to install a master branch version ?

kensanata commented 4 years ago

Yes, or wait for a bit and over the weekend I can make a new release as there haven’t been any changes in a while.

lapineige commented 4 years ago

That's great :smiley:

kensanata commented 4 years ago

Fixed with 55187dc