Class: LatexFlow::CLI::Version

Inherits:
Generic
  • Object
show all
Defined in:
lib/latex-flow/cli/version.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



7
8
9
# File 'lib/latex-flow/cli/version.rb', line 7

def run
  $stderr.puts "LatexFlow version #{LatexFlow::VERSION}"
end