浏览代码

Remove unused option from tootctl accounts cull (#12074)

master^2
Jeong Arm 4 年前
committed by Eugen Rochko
父节点
当前提交
c4fbfaf0b8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      lib/mastodon/accounts_cli.rb

+ 0
- 1
lib/mastodon/accounts_cli.rb 查看文件

@@ -211,7 +211,6 @@ module Mastodon
end

option :concurrency, type: :numeric, default: 5, aliases: [:c]
option :verbose, type: :boolean, aliases: [:v]
option :dry_run, type: :boolean
desc 'cull', 'Remove remote accounts that no longer exist'
long_desc <<-LONG_DESC


正在加载...
取消
保存