Sha256: 59366470ea19c4e3b05615014ef0d45c7e173a6dec4f584c79cee745e0bb1ec0

Contents?: true

Size: 236 Bytes

Versions: 4

Compression:

Stored size: 236 Bytes

Contents

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

      default_command :proxy
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
proxy_pac_rb-3.0.0 lib/proxy_pac_rb/cli/find.rb
proxy_pac_rb-2.1.0 lib/proxy_pac_rb/cli/find.rb
proxy_pac_rb-2.0.0 lib/proxy_pac_rb/cli/find.rb
proxy_pac_rb-1.0.0 lib/proxy_pac_rb/cli/find.rb