ruby--ruby/lib/optparse/shellwords.rb

7 lines
120 B
Ruby

# -*- ruby -*-
require 'shellwords'
require 'optparse'
OptionParser.accept(Shellwords) {|s| Shellwords.shellwords(s)}