Class: LatexFlow::CLI::Clean
- Defined in:
- lib/latex-flow/cli/clean.rb
Instance Method Summary collapse
-
#run ⇒ Object
TODO: support verbose.
Methods inherited from Generic
Constructor Details
This class inherits a constructor from LatexFlow::CLI::Generic
Instance Method Details
#run ⇒ Object
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 |