Sha256: 96149876715f53a2d7ff49295fc9868330b7c88cf0645f786488037017b30fe4

Contents?: true

Size: 165 Bytes

Versions: 9

Compression:

Stored size: 165 Bytes

Contents

# frozen_string_literal: true

require "optparse"

module Pennyworth
  module CLI
    module Parsers
      CLIENT = OptionParser.new nil, 40, "  "
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pennyworth-11.2.2 lib/pennyworth/cli/parsers.rb
pennyworth-11.2.1 lib/pennyworth/cli/parsers.rb
pennyworth-11.2.0 lib/pennyworth/cli/parsers.rb
pennyworth-11.1.3 lib/pennyworth/cli/parsers.rb
pennyworth-11.1.2 lib/pennyworth/cli/parsers.rb
pennyworth-11.1.1 lib/pennyworth/cli/parsers.rb
pennyworth-11.1.0 lib/pennyworth/cli/parsers.rb
pennyworth-11.0.1 lib/pennyworth/cli/parsers.rb
pennyworth-11.0.0 lib/pennyworth/cli/parsers.rb