Sha256: 76bf1633295dfb48e96f895116695a502e41b50f177074f8818c5f6848faabb0
Contents?: true
Size: 176 Bytes
Versions: 5
Compression:
Stored size: 176 Bytes
Contents
#!/usr/bin/env ruby require_relative "../lib/html2pdf" include Html2Pdf if ARGV.empty? Html2Pdf::CLI.start(%w[usage]) else Html2Pdf::CLI.start(%w[export].concat(ARGV)) end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
html2pdf-0.1.6 | bin/html2pdf |
html2pdf-0.1.5 | bin/html2pdf |
html2pdf-0.1.4 | bin/html2pdf |
html2pdf-0.1.3 | bin/html2pdf |
html2pdf-0.1.2 | bin/html2pdf |