class EncoderTools::CLI
Public Instance Methods
fix_lengths()
click to toggle source
# File lib/encoder-tools/cli.rb, line 29 def fix_lengths CLI::Subtitles::FixLengths.run(self, options) end
offset()
click to toggle source
# File lib/encoder-tools/cli.rb, line 21 def offset CLI::Subtitles::Offset.run(self, options) end
renumber()
click to toggle source
# File lib/encoder-tools/cli.rb, line 11 def renumber CLI::Subtitles::Renumber.run(self, options) end
spell_check()
click to toggle source
# File lib/encoder-tools/cli.rb, line 37 def spell_check CLI::Subtitles::SpellCheck.run(self, options) end