Sha256: 0c87af45be767f5198b4d97fd7122f94327834f06f547b92bf28e97bfd1c907e
Contents?: true
Size: 340 Bytes
Versions: 12
Compression:
Stored size: 340 Bytes
Contents
# frozen_string_literal: true module I18nJS class CLI class VersionCommand < Command command_name "version" description "Show package version" parse do |opts| opts.banner = "Usage: i18n #{name}" opts.on_tail do ui.exit_with("v#{I18nJS::VERSION}") end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems