Sha256: 5c72e36b3f76c5c81ae94756349c0fce03b3a005835bffb1ad9f2472b2b23299
Contents?: true
Size: 236 Bytes
Versions: 10
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
10 entries across 10 versions & 1 rubygems