|
|
@ -15,9 +15,9 @@ module Mastodon
|
|
|
|
option :suffix
|
|
|
|
option :suffix
|
|
|
|
option :overwrite, type: :boolean
|
|
|
|
option :overwrite, type: :boolean
|
|
|
|
option :unlisted, type: :boolean
|
|
|
|
option :unlisted, type: :boolean
|
|
|
|
desc 'import PATH', 'Import emoji from a TAR archive at PATH'
|
|
|
|
desc 'import PATH', 'Import emoji from a TAR GZIP archive at PATH'
|
|
|
|
long_desc <<-LONG_DESC
|
|
|
|
long_desc <<-LONG_DESC
|
|
|
|
Imports custom emoji from a TAR archive specified by PATH.
|
|
|
|
Imports custom emoji from a TAR GZIP archive specified by PATH.
|
|
|
|
|
|
|
|
|
|
|
|
Existing emoji will be skipped unless the --overwrite option
|
|
|
|
Existing emoji will be skipped unless the --overwrite option
|
|
|
|
is provided, in which case they will be overwritten.
|
|
|
|
is provided, in which case they will be overwritten.
|
|
|
|