Skip to content
Snippets Groups Projects
Commit 6f2a3fa5 authored by Matt Jankowski's avatar Matt Jankowski Committed by Claire
Browse files

Restore `verbose` option to media remove cli (#30536)

parent 7b7d404e
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ module Mastodon::CLI
option :remove_headers, type: :boolean, default: false
option :include_follows, type: :boolean, default: false
option :concurrency, type: :numeric, default: 5, aliases: [:c]
option :verbose, type: :boolean, default: false, aliases: [:v]
option :dry_run, type: :boolean, default: false
desc 'remove', 'Remove remote media files, headers or avatars'
long_desc <<-DESC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment