Sha256: 89e7c6bb8979a4be87e6ca735f4ba7d003604ba205f45d3c6e95976bbbad32d3

Contents?: true

Size: 250 Bytes

Versions: 2

Compression:

Stored size: 250 Bytes

Contents

# frozen_string_literal: true

module Rodbot
  class CLI
    module Commands
      class Version < Rodbot::CLI::Command
        desc "Print version"

        def rescued_call(**)
          puts Rodbot::VERSION
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rodbot-0.5.1 lib/rodbot/cli/commands/version.rb
rodbot-0.5.0 lib/rodbot/cli/commands/version.rb