Sha256: 62d6f827649b8847252bdd9b4324ebbe275d9e649464963f1292cac4bca24b5c
Contents?: true
Size: 226 Bytes
Versions: 4
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true module ProxyPacRb module Cli # Lint things class Init < Thor register(InitProxyPac, 'proxy_pac', 'proxy_pac', 'Init proxy pac') default_command :proxy_pac end end end
Version data entries
4 entries across 4 versions & 1 rubygems