Sha256: 094ccb44bf2be21c1f5317f35572405377332d24614afafd9ca52e2cfa56c42f
Contents?: true
Size: 190 Bytes
Versions: 4
Compression:
Stored size: 190 Bytes
Contents
#!/usr/bin/env ruby require_relative "../lib/vim_printer" VimPrinter.update_config if ARGV.empty? VimPrinter::CLI.start(%w[usage]) else VimPrinter::CLI.start(%w[print].concat(ARGV)) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
vim_printer-0.2.7 | bin/vim_printer |
vim_printer-0.2.6 | bin/vim_printer |
vim_printer-0.2.5 | bin/vim_printer |
vim_printer-0.2.4 | bin/vim_printer |