Sha256: c2166c053a8ce06960b7d249b3dcddf8c8fda8173e8504d6f061c3dacb797530
Contents?: true
Size: 421 Bytes
Versions: 5
Compression:
Stored size: 421 Bytes
Contents
#!/usr/bin/env ruby require_relative '../lib/dir_archiver' if ARGV.empty? OptParser.parse(%w[--help]) end include DirArchiver # Now we are ready to take the order # Show help if user forgot to type anything opts = OptParser.parse(ARGV) DirArchiver::archive(opts.input_dir, opts.depth, opts.seperator, opts.output_dir, opts.commit)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
dir-archiver-0.1.5 | bin/dir-archiver |
dir-archiver-0.1.4 | bin/dir-archiver |
dir-archiver-0.1.3 | bin/dir-archiver |
dir-archiver-0.1.2 | bin/dir-archiver |
dir-archiver-0.1.1 | bin/dir-archiver |