Sha256: 3807471df614488e973fc0429d3670a040622923dd442af8bfd22e32af2fc7ff

Contents?: true

Size: 211 Bytes

Versions: 1

Compression:

Stored size: 211 Bytes

Contents

# encoding: utf-8
module ProxyPacRb
  module Cli
    # Find things
    class Find < Thor
      register(FindProxy, 'proxy', 'find_proxy', 'Find proxy for URL(s)')

      default_command :proxy
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
proxy_pac_rb-0.3.7 lib/proxy_pac_rb/cli/find.rb