]> cat aescling's git repositories - mastodon.git/commit
Add CLI interface for importing custom emoji (#8437)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 26 Aug 2018 14:53:06 +0000 (16:53 +0200)
committerGitHub <noreply@github.com>
Sun, 26 Aug 2018 14:53:06 +0000 (16:53 +0200)
commitb378b4c5c7e99de2c14e39e2733a745689de8ad1
treea393ed521b974921e1819cee3d40fd82a4cdf06d
parent5129f6f2aa56afb21708aec552a798d062ccaff9
Add CLI interface for importing custom emoji (#8437)

bin/tootctl emoji import PATH_TO_TAR

Fix #8435
lib/cli.rb
lib/mastodon/cli_helper.rb [new file with mode: 0644]
lib/mastodon/emoji_cli.rb [new file with mode: 0644]
lib/mastodon/media_cli.rb