summaryrefslogtreecommitdiff
path: root/lib/optparse/shellwords.rb
blob: bf31701b963319970adeea5788622525e66326e2 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: false
# -*- ruby -*-

require 'shellwords'
require 'optparse'

OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}