Sha256: 96920b314ea15b224224027d39a8be8267560b904be31fc2f21c136f4d190e0d

Contents?: true

Size: 338 Bytes

Versions: 2

Compression:

Stored size: 338 Bytes

Contents

#!/usr/bin/env ruby
require_relative '../lib/mp4_renamer'
include Mp4Renamer
# To get the help for your gem uncomment the next line
# Mp4Renamer::CLI.start(ARGV)
# and run the following command
# $./bin/mp4_renamer help execute

if ARGV.empty?
  Mp4Renamer::CLI.start(%w[usage])
else
  Mp4Renamer::CLI.start(%w[execute].concat(ARGV))
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mp4_renamer-0.1.1 bin/mp4_renamer
mp4_renamer-0.1.0 bin/mp4_renamer