Sha256: 840ffe772ecf4adbbd3827480eb1e0f27dc17a0b1003a53d06fddc0bce5095ed

Contents?: true

Size: 226 Bytes

Versions: 4

Compression:

Stored size: 226 Bytes

Contents

# frozen_string_literal: true
module ProxyPacRb
  module Cli
    # Lint things
    class Lint < Thor
      register(LintProxyPac, 'proxy_pac', 'proxy_pac', 'Lint proxy pac')

      default_command :proxy_pac
    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/lint.rb
proxy_pac_rb-2.1.0 lib/proxy_pac_rb/cli/lint.rb
proxy_pac_rb-2.0.0 lib/proxy_pac_rb/cli/lint.rb
proxy_pac_rb-1.0.0 lib/proxy_pac_rb/cli/lint.rb