Sha256: edc9adaaa23d853a44a5427fc2acabc118b4f2525f277fd215988e5b0bf791c3
Contents?: true
Size: 260 Bytes
Versions: 4
Compression:
Stored size: 260 Bytes
Contents
# encoding: utf-8 # frozen_string_literal: true module ProxyPacRb module Cli # Compress things class Compress < Thor register(CompressProxyPac, 'proxy_pac', 'proxy_pac', 'Compress proxy pac') default_command :proxy_pac end end end
Version data entries
4 entries across 4 versions & 1 rubygems