ruby/lib/optparse/shellwords.rb

8 строки
152 B
Ruby

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