class DuoSplitter::Commands::SplitCommand
Public Instance Methods
run()
click to toggle source
# File lib/duo_splitter/commands/split_command.rb, line 6 def run Services::CreateSentences.new(context: context).run print_done end
Private Instance Methods
parse_options(argv)
click to toggle source
# File lib/duo_splitter/commands/split_command.rb, line 13 def parse_options(argv) parser.banner = %(Usage: #{parser.program_name} [options] split "01 Track 01.wav" ... "45 Track 45.wav") on_output_dir on_output_format on_output_intro on_prefix_section_number on_show_progress on_ffmpeg_path parse!(argv) after_parse end