about summary refs log tree commit diff
path: root/lib/mastodon/emoji_cli.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-09-14 17:42:22 +0200
committerGitHub <noreply@github.com>2018-09-14 17:42:22 +0200
commit6a3f9b7e53e4cef0b5406676d56e904a02716ee6 (patch)
treea2bffb6c09262d4fb29ac406095824635fd14172 /lib/mastodon/emoji_cli.rb
parent1d8b693d31512b25f90d63b5d879d97dba4044fe (diff)
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
Diffstat (limited to 'lib/mastodon/emoji_cli.rb')
-rw-r--r--lib/mastodon/emoji_cli.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/mastodon/emoji_cli.rb b/lib/mastodon/emoji_cli.rb
index 0a773c771..5bc51d034 100644
--- a/lib/mastodon/emoji_cli.rb
+++ b/lib/mastodon/emoji_cli.rb
@@ -5,8 +5,6 @@ require_relative '../../config/boot'
 require_relative '../../config/environment'
 require_relative 'cli_helper'
 
-# rubocop:disable Rails/Output
-
 module Mastodon
   class EmojiCLI < Thor
     option :prefix
@@ -77,5 +75,3 @@ module Mastodon
     end
   end
 end
-
-# rubocop:enable Rails/Output