Class: MyManga::CLI::Commands::MCleanUp

Inherits:
MyManga::CLI::Command show all
Defined in:
lib/my_manga/m_clean_up.rb

Overview

See desc

Instance Method Summary collapse

Methods inherited from MyManga::CLI::Command

#manga_names, #pad

Instance Method Details

#callObject



10
11
12
13
14
# File 'lib/my_manga/m_clean_up.rb', line 10

def call(*)
  return unless MyManga.mangdown_client_clean_up

  puts 'Mangdown cache files removed'
end