Sha256: 1d0be9ce4e0c66af0968ccc3d7c0dd901184db7648293f3fb8add7f400d47767

Contents?: true

Size: 236 Bytes

Versions: 4

Compression:

Stored size: 236 Bytes

Contents

# frozen_string_literal: true

module Neptuno
  module CLI
    # Print Neptuno CLI version
    class Version < Dry::CLI::Command
      desc "Print version"

      def call(**)
        puts ::Neptuno::VERSION
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
neptuno-1.5.0 lib/neptuno/cli/version.rb
neptuno-1.4.10 lib/neptuno/cli/version.rb
neptuno-1.2.1 lib/neptuno/cli/version.rb
neptuno-1.2.0 lib/neptuno/cli/version.rb