gxg-web-client/gxg/standard/optparse/shellwords.rb
2021-11-16 08:58:51 -08:00

7 lines
152 B
Ruby

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