Sha256: 860972e0abc9b306be58ef05e752e6c758198d62a82a42a5e254aff937d91624

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 Bytes

Contents

# encoding: utf-8
# frozen_string_literal: true
module ProxyPacRb
  module Cli
    # Show things
    class Show < Thor
      desc 'version', 'Show version'
      def version
        $stderr.puts ProxyPacRb::VERSION
      end

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