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