]> cat aescling's git repositories - mastodon.git/commit
Move more tasks to tootctl (#8675)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 14 Sep 2018 15:42:22 +0000 (17:42 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Sep 2018 15:42:22 +0000 (17:42 +0200)
commit6a3f9b7e53e4cef0b5406676d56e904a02716ee6
treea2bffb6c09262d4fb29ac406095824635fd14172
parent1d8b693d31512b25f90d63b5d879d97dba4044fe
Move more tasks to tootctl (#8675)

* Move more tasks to tootctl

- tootctl feeds build
- tootctl feeds clear
- tootctl accounts refresh

Clean up exit codes and help messages

* Move user modifying to tootctl

* Improve user modification through CLI, rename commands

add -> create
mod -> modify
del -> delete

To remove ambiguity

* Fix code style issues

* Fix not being able to unset admin/mod role
.rubocop.yml
lib/cli.rb
lib/mastodon/accounts_cli.rb
lib/mastodon/emoji_cli.rb
lib/mastodon/feeds_cli.rb [new file with mode: 0644]
lib/mastodon/media_cli.rb
lib/tasks/mastodon.rake