Class: LatexFlow::CLI::Clean

Inherits:
Generic
  • Object
show all
Defined in:
lib/latex-flow/cli/clean.rb

Instance Method Summary collapse

Methods inherited from Generic

#initialize

Constructor Details

This class inherits a constructor from LatexFlow::CLI::Generic

Instance Method Details

#runObject

TODO: support verbose



8
9
10
11
# File 'lib/latex-flow/cli/clean.rb', line 8

def run
  CLEAN.include(%w{aux log dvi bbl blg toc lof lot fdb_latexmk fls out bb xbb DS_Store}.map{|e|"**/*.#{e}"})
  Rake::Task[:clean].execute
end