Use shell.indent
for list output indentation in CLI area (#31969)
This commit is contained in:
parent
68b545ef33
commit
e0a44b8317
3 changed files with 10 additions and 4 deletions
|
@ -321,7 +321,9 @@ module Mastodon::CLI
|
|||
|
||||
unless skip_domains.empty?
|
||||
say('The following domains were not available during the check:', :yellow)
|
||||
skip_domains.each { |domain| say(" #{domain}") }
|
||||
shell.indent(2) do
|
||||
skip_domains.each { |domain| say(domain) }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue